https://github.com/onewaytech/vue2-drag-and-drop-demo
Drag and drop demo for Vue.js 2.x
https://github.com/onewaytech/vue2-drag-and-drop-demo
dnd drag drag-and-drop drop tree vue vue2
Last synced: 6 months ago
JSON representation
Drag and drop demo for Vue.js 2.x
- Host: GitHub
- URL: https://github.com/onewaytech/vue2-drag-and-drop-demo
- Owner: OneWayTech
- Created: 2018-01-10T07:47:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T11:02:56.000Z (over 7 years ago)
- Last Synced: 2025-04-10T02:05:58.458Z (6 months ago)
- Topics: dnd, drag, drag-and-drop, drop, tree, vue, vue2
- Language: Vue
- Size: 9.77 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Online preview
> [JS Bin demo](http://jsbin.com/hihaxay/edit?html,css,js,output)### Local preview
```
>_ git clone https://github.com/kenberkeley/vue2-drag-and-drop-demo.git
>_ npm i
```***
### Extend: Work with jQuery (Use case)
https://github.com/OneWayTech/vue2-datatable/blob/master/plugins/HeaderSettingsDnD.js#L81-L110