An open API service indexing awesome lists of open source software.

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

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