https://github.com/david-desmaisons/draggable-example
vue.draggable example
https://github.com/david-desmaisons/draggable-example
drag-and-drop sortable vue2
Last synced: 2 months ago
JSON representation
vue.draggable example
- Host: GitHub
- URL: https://github.com/david-desmaisons/draggable-example
- Owner: David-Desmaisons
- Created: 2017-02-16T21:02:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T12:43:32.000Z (over 2 years ago)
- Last Synced: 2025-04-04T12:50:28.928Z (2 months ago)
- Topics: drag-and-drop, sortable, vue2
- Language: Vue
- Homepage: https://david-desmaisons.github.io/draggable-example/
- Size: 3.96 MB
- Stars: 514
- Watchers: 17
- Forks: 280
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# draggable-example
> Example usage of [vue.draggable](https://github.com/SortableJS/Vue.Draggable)

## Live demo
https://david-desmaisons.github.io/draggable-example/
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run serve# build for production with minification
npm run build
```