0.4.0 • Published 6 years ago

@pragmasphere/vue-tree v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-tree

npm Travis Coveralls Commitizen friendly

Simple Tree Component for VueJS.

Features

  • Load any data structure without any changes or mapping.
  • Load items Synchronous or Asynchronously.
  • Apply Theme matching your CSS Framework.
  • Move items with Drag & Drop (To be done).
  • Select items with Drag & Drop (To be done).

Install

npm install @pragmasphere/vue-tree
import Vue from 'vue'

import VueTree from '@pragmasphere/vue-tree'
import '@pragmasphere/vue-tree/lib/vue-tree.css'

Vue.components('vue-tree', VueTree)
<vue-tree></vue-tree>

Full docs are available at http://vue-tree.pragmasphere.com

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run test
0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago