v-draggable-core

## How to use: 1. Just use `npm install --save v-draggable-core` 2. Use the directive in your file directly.

Usage no npm install needed!

<script type="module">
  import vDraggableCore from 'https://cdn.skypack.dev/v-draggable-core';
</script>

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 install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint