v-draggable-core
v0.1.5-beta
Published
## How to use: 1. Just use `npm install --save v-draggable-core` 2. Use the directive in your file directly.
Maintainers
Readme
v-draggable-core
Project overview
Simple but powerful directive for VueJS 2, which allow to give drag functionality to Vue component.
It is directive version of https://github.com/lrembacz/vue-draggable-core.Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lint