Easily add drag-and-drop sorting to your Vue.js applications without jQuery, using the v-sortable directive, a thin wrapper for the minimalist RubaXa/SortableJS library.
npm install vue-sortable> Easily add drag-and-drop sorting to your Vue.js applications without jQuery, using the v-sortable directive, a thin wrapper for the minimalist RubaXa/SortableJS library.
##### View Live Demo & Docs
Install using NPM
``bash`
npm install vue-sortable
Setup
`javascript
import Vue from 'vue'
import Sortable from 'vue-sortable'
Vue.use(Sortable)
`
Note that if you are not compiling Vue yourself, you just need to include