drag-and-drop
Description
Clean drag and drop list component built with Vue.js. Basic component allows for item sortability of a parent array. Additional optional properties include limiting sort action to a handle, deleting items from the list, adding items to the list and including enumeration on each item. These properties can be demonstated by use of the toggles. Component can be viewed at: https://hweiss737-drag-and-drop.herokuapp.com/
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