Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 872 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 872 Bytes

vue-drag-drop-uploader

This repo is an example of how to build a drag and drop file uploader with Vue. It was made for a tutorial on Smashing Magazine and is not intended to be used as-is in your production applications. Rather it is a foundation you can use to build your own uploader. If there are bugs or missing features, they will probably not get addressed. If you find solutions to some bugs, let me know and I may merge them in for the sake of the next person who uses this.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.