Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 647 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 647 Bytes

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