# vue-upload-files **Repository Path**: havealex/vue-upload-files ## Basic Information - **Project Name**: vue-upload-files - **Description**: Vue File Upload example using Axios - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-04-10 - **Last Updated**: 2022-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue - Axios File Upload example For more details, please visit: > [Vue File Upload example using Axios](https://bezkoder.com/vue-axios-file-upload/) ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).