excalibur1028 / vue-dropzone

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

Home Page:https://rowanwins.github.io/vue-dropzone/docs/dist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://rowanwins.github.io/vue-dropzone/docs/dist

License:MIT License


Languages

Language:Vue 67.9%Language:JavaScript 32.1%