Draggabilly plugin for Vue.js
npm install vue-draggabillyDraggabilly directive for VueJS.
http://draggabilly.desandro.com/
See the site for all options and events.
Installing with npm:
```
npm install vue-draggabilly
Using it:
`html`
var VueDraggabilly = require('vue-draggabilly');
Vue.use(VueDraggabilly);
No options dragging:
`html`
With options:
`html`
Event registering:
v-draggabilly-on:eventName="callbackFunction"
v-draggabilly-once:eventName="callbackFunction"
`html``
Methods not included.