Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dengwb1991/vue-directive-dragging
Implementing a drag-and-drop plugin based on the vue directive
https://github.com/dengwb1991/vue-directive-dragging
directive dragging vue
Last synced: 24 days ago
JSON representation
Implementing a drag-and-drop plugin based on the vue directive
- Host: GitHub
- URL: https://github.com/dengwb1991/vue-directive-dragging
- Owner: dengwb1991
- License: mit
- Created: 2019-08-14T15:21:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T12:01:43.000Z (over 1 year ago)
- Last Synced: 2024-11-30T11:06:48.532Z (about 2 months ago)
- Topics: directive, dragging, vue
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Implementing a drag-and-drop plugin based on the vue directive
```bash
$ npm i -S vue-directive-dragging
``````js
// main.js
import dragging from 'vue-directive-dragging'
Vue.use(dragging)// template
```