https://github.com/tolerious/vue-tree-view
:construction: [WIP] Tree view component for Vue2.0.
https://github.com/tolerious/vue-tree-view
Last synced: 10 months ago
JSON representation
:construction: [WIP] Tree view component for Vue2.0.
- Host: GitHub
- URL: https://github.com/tolerious/vue-tree-view
- Owner: tolerious
- License: mit
- Created: 2016-11-29T07:26:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T16:12:01.000Z (over 9 years ago)
- Last Synced: 2025-08-03T22:43:52.333Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vue-tree-view
> Tree view component for Vue2.0.
[](https://www.npmjs.com/package/vue-tree-view) [](https://www.npmjs.com/package/vue-tree-view)
[](https://www.npmjs.com/package/vue-tree-view)
[](https://raw.githubusercontent.com/tolerious/vue-tree-view/master/LICENSE.md)
[](https://github.com/tolerious/vue-tree-view)
[](https://github.com/tolerious/vue-tree-view)
[](https://github.com/tolerious/vue-tree-view/issues)
[](https://github.com/tolerious/vue-tree-view/network)
[](https://github.com/tolerious/vue-tree-view/stargazers)
## Installation
`npm install vue-tree-view`
and in your component
`import VueTreeView from 'vue-tree-view'`
## Usage
``
## Props
| Name | Type | Default | Description |
| --- | --- | :---: | --- |
| treeData | Array | [] | data for rendering tree |
## Demo
[Demo link](http://tobe.engineer/tree-view-component-for-vue20.html)