UI Components > File Upload


vue-dropzone 6.6


A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews
    last commit 2 years ago
    1988
    Stargazers

    Watchers
    1988
    Open issues
    145
    5879886
    Downloads

    Last 30 days
    369305
    Releases
    5
    54
    Final Score

    Quality
    77
    Popularity
    37
    Maintenance
    50

    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