uploading-files-vuejs-axios
Contains all of the example components to upload files with VueJS and Axios.
Hi! We're Dan and Jay. We're a two person team with a passion for open source products. We created Server Side Up to help share what we learn.
About this project
This project contains all of the example components to upload files with VueJS and Axios.
All of the tutorials live on Server Side Up in the course Your Guide To Uploading Files with VueJS and Axios:
- Uploading Files With VueJS and Axios
- File Upload Progress Indicator with Axios and VueJS
- Drag and Drop File Uploads with VueJS and Axios
- Preview File Uploads with Axios and VueJS
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