Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 12 days ago
JSON representation

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews

Awesome Lists containing this project

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)

---

![](https://i.imgur.com/kUbjks1.gif)

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