This repository is a boilerplate for my blog entry on How to Build a streaming drag and drop upload section with Vue.js.
You can set it up on your local mashine like this:
# Clone the repository
$ git clone https://github.com/tq-bit/vue-upload-component.git
$ cd vue-upload-component
# Install node dependencies and run the development server
$ npm install
$ npm run serve
Then, open your browser, navigate to http://127.0.0.1:8080 and start building.