JSPM

  • Created
  • Published
  • Downloads 56798
  • Score
    100M100P100Q150047F

A wrapper around Dropzone.js for Vue 2

Package Exports

  • vue2-dropzone
  • vue2-dropzone/dist/vue2Dropzone.js
  • vue2-dropzone/dist/vue2Dropzone.min.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue2-dropzone) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 dependencies
npm install

# run dev 
npm run dev

# serve example and docs at localhost:8080
npm run start

# build any changes made
npm run build