@pragmasphere/vue-tree

0.4.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (89)

    Package Sidebar

    Install

    npm i @pragmasphere/vue-tree

    Weekly Downloads

    38

    Version

    0.4.0

    License

    MIT

    Last publish

    Collaborators

    • toilal