https://github.com/devxarif/vue-dragable
Drag and Drop with Vuejs
https://github.com/devxarif/vue-dragable
Last synced: 4 months ago
JSON representation
Drag and Drop with Vuejs
- Host: GitHub
- URL: https://github.com/devxarif/vue-dragable
- Owner: devxarif
- Created: 2021-08-14T16:02:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T16:03:03.000Z (almost 5 years ago)
- Last Synced: 2026-01-31T21:43:24.375Z (5 months ago)
- Language: Vue
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuejs-2
## 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/).