vue-dropzone
CO-MAINTAINERS WANTED This component has far outgrown my initial expectations and I'm not able to provide the amount of support that users require. If you'd like to help out with it's maintenance drop a note on this issue
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 your dependenciesnpm install# install vue-dropzonenpm install vue2-dropzone(or with yarn)yarn add vue2-dropzone# Execute dependencies scriptnpm run dev# serve example and docs at localhost:8080npm run start# build any changes madenpm run build