README
draggble-vue
Project setup
npm install
npm run serve
a draggable demo based on Vue.js.
directly import the draggable.vue then component it.
## Project setup ``` npm install npm run serve ```
<script type="module">
import draggableOnVue from 'https://cdn.skypack.dev/draggable-on-vue';
</script>
npm install
npm run serve
a draggable demo based on Vue.js.
directly import the draggable.vue then component it.