https://github.com/bohdanmoroziuk/vue-tree-view
An example of a tree view component created using Vue and Typescript.
https://github.com/bohdanmoroziuk/vue-tree-view
tree-view typescript vue vue-property-decorator
Last synced: about 1 month ago
JSON representation
An example of a tree view component created using Vue and Typescript.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/vue-tree-view
- Owner: bohdanmoroziuk
- License: mit
- Created: 2019-12-30T12:25:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T09:12:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T04:31:25.641Z (3 months ago)
- Topics: tree-view, typescript, vue, vue-property-decorator
- Language: Vue
- Homepage:
- Size: 6.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Tree View
> An example of a tree view component created using Vue and Typescript.
## Preview
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```