https://github.com/uedatakeyuki/vue-draggable
trial use of https://github.com/SortableJS/Vue.Draggable on CDN
https://github.com/uedatakeyuki/vue-draggable
Last synced: 2 months ago
JSON representation
trial use of https://github.com/SortableJS/Vue.Draggable on CDN
- Host: GitHub
- URL: https://github.com/uedatakeyuki/vue-draggable
- Owner: UedaTakeyuki
- Created: 2023-04-19T22:40:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T12:21:06.000Z (about 2 years ago)
- Last Synced: 2025-01-30T15:34:08.585Z (4 months ago)
- Language: Vue
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-draggable
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).