https://github.com/hcarneiro/vue-multi-level-sortable
https://github.com/hcarneiro/vue-multi-level-sortable
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hcarneiro/vue-multi-level-sortable
- Owner: hcarneiro
- Created: 2020-03-20T14:52:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T00:07:57.000Z (over 3 years ago)
- Last Synced: 2024-05-01T16:53:03.810Z (about 1 year ago)
- Language: Vue
- Size: 809 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-multi-level-sortable
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).