Vue components for modifying lists with the HTML5 drag & drop API.
Links
Features
- Supports VueJs versions 1.0 and 2.0
- Supports all modern browsers and Internet Explorer 9+
- Supports nested lists for building trees and other fancy structures
Touch devices are not supported, because they do not implement the HTML5 drag & drop standard. However, you can use a shim to make it work on touch devices as well.
Installation
npm install --save vddl # or yarn add vddl
Usage
;; Vue;
Development
# dev npm installnpm run watch # build npm run build # run example cd example && npm installnpm run dev
License
MIT