# vue-dropzone **Drop in replacement of vue2-dropzone that supports vue3** A Vue component for file uploads, powered by [Dropzone.js](http://www.dropzonejs.com/). [Check out the demo](https://rowanwins.github.io/vue-dropzone/docs/dist/index.html). --- ![](https://i.imgur.com/kUbjks1.gif) ## Development ``` bash # install your dependencies npm install # install vue-dropzone npm install dropzone-vue3 (or with yarn) yarn add dropzone-vue3 ``` ## Usage ```javascript