Simple Tree Component for VueJS.
- 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).
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
# 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