https://github.com/owen-it/vue-data-tree
Vue Data Tree
https://github.com/owen-it/vue-data-tree
component data-science vuejs
Last synced: about 1 year ago
JSON representation
Vue Data Tree
- Host: GitHub
- URL: https://github.com/owen-it/vue-data-tree
- Owner: owen-it
- Created: 2017-03-18T05:26:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T15:42:09.000Z (over 9 years ago)
- Last Synced: 2025-03-22T21:11:14.669Z (over 1 year ago)
- Topics: component, data-science, vuejs
- Language: Vue
- Size: 37.1 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-data-tree
Vue Data Tree

## Install
`npm install vue-data-tree --save`
## Usage
```js
import Vue from 'vue'
import VueDataTree from 'vue-data-tree'
new Vue({
el: '#app',
// ...
data(){
return {
target: {msg: 'Hello Vuejs!'}
}
},
components: { VueDataTree }
})
```
```html
```
## LICENSE
The MIT License