A Vue.js component for Dropzone.js - a drag’n’drop file uploads
vue-dropzone A Vue component for file uploads, powered by Dropzone.js. Install // For Vue.js 2.0+ npm install [email protected]^2.0.0 You'll also need to load either the Material Icon or FontAwesome icon kits depending on which style of icon you'd like.
vue-dropzone
Master Branch
A Vue component for file uploads, powered by Dropzone.js. Check out the demo.
A Nuxt SSR-compatible component can be found at npm and github. Thanks to @Etheryte
Development
# install dependencies
npm install
# run dev
npm run dev
# serve example and docs at localhost:8080
npm run start
# build any changes made
npm run build