https://github.com/rowanwins/vue-dropzone
A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
https://github.com/rowanwins/vue-dropzone
Last synced: 6 months ago
JSON representation
A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
- Host: GitHub
- URL: https://github.com/rowanwins/vue-dropzone
- Owner: rowanwins
- License: mit
- Created: 2016-07-28T03:04:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T02:06:09.000Z (over 1 year ago)
- Last Synced: 2025-04-29T13:49:42.993Z (7 months ago)
- Language: Vue
- Homepage: https://rowanwins.github.io/vue-dropzone/docs/dist
- Size: 9.89 MB
- Stars: 2,019
- Watchers: 33
- Forks: 1,384
- Open Issues: 147
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-vue - vue-dropzone - 用于文件上传的Vue组件 (UI组件)
- awesome-vue - vue-dropzone - 用于文件上传的Vue组件 (UI组件)
- awesome-vue - vue-dropzone - A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews ` 📝 2 years ago` (UI Components [🔝](#readme))
- awesome - vue-dropzone - 用于文件上传的Vue组件 (UI组件)
- awesome-vue - vue-dropzone - dropzone?style=social) - 用于文件上传的Vue组件 (UI组件)
- awesome-hacktoberfest - vue-dropzone
- awesome-vue-zh - Vue - 悬浮窗 - Dropzone.js的Vue.js (vue2) 组件 - 一个带有图像预览的drag'n'drop文件上传实用程序. (UI组件 / 形成)
- awesome-github-vue - vue-dropzone - 用于文件上传的Vue组件 (UI组件)
- awesome-vue - vue-dropzone ★1174 - A Vue.js (vue2) component for Dropzone.js - a drag’n’drop file uploads utility with image previews. (UI Components / Form)
- awesome-vue - vue-dropzone - A Vue.js (vue2) component for Dropzone.js - a drag’n’drop file uploads utility with image previews. (UI Components / Form)
- awesome-vue - vue-dropzone - A Vue.js (vue2) component for Dropzone.js - a drag’n’drop file uploads utility with image previews. (Components & Libraries / UI Components)
README
# 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](https://github.com/rowanwins/vue-dropzone/issues/473)
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).
A **Nuxt SSR-compatible** component can be found at [npm](https://www.npmjs.com/package/nuxt-dropzone) and [github](https://github.com/Etheryte/nuxt-dropzone). Thanks to [@Etheryte](https://github.com/Etheryte)
---

## Development
``` 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
```