A wrapper around Dropzone.js for Vue 2
npm install vue2-nieldropzone bash
install your dependencies
npm install
install vue-dropzone
npm install vue2-dropzone
(or with yarn)
yarn add vue2-dropzone
Execute dependencies script
npm run dev
serve example and docs at localhost:8080
npm run start
build any changes made
npm run build
``