Skip to content

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

License

Notifications You must be signed in to change notification settings

smartround/vue-dropzone

This branch is 11 commits ahead of rowanwins/vue-dropzone:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb4681e · Dec 1, 2023
Dec 1, 2023
May 26, 2019
Dec 1, 2023
Mar 13, 2019
Feb 23, 2018
Sep 4, 2018
Feb 23, 2018
Feb 23, 2018
Dec 1, 2023
Feb 23, 2018
Jun 25, 2019
Dec 1, 2023
Dec 1, 2023
Dec 18, 2018

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 67.3%
  • JavaScript 32.7%