Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-desmaisons/draggable-example
vue.draggable example
https://github.com/david-desmaisons/draggable-example
drag-and-drop sortable vue2
Last synced: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T12:43:32.000Z (over 1 year ago)
- Last Synced: 2024-04-14T23:12:58.670Z (7 months ago)
- Topics: drag-and-drop, sortable, vue2
- Language: Vue
- Homepage: https://david-desmaisons.github.io/draggable-example/
- Size: 3.96 MB
- Stars: 508
- Watchers: 18
- Forks: 281
- 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)
![demo gif](example.gif)
## 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
```