# file-upload-vue **Repository Path**: mirrors_svenanders/file-upload-vue ## Basic Information - **Project Name**: file-upload-vue - **Description**: handle file upload with vue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-06 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # file-upload-vue > handle file upload with vue ## Build Setup Yarn ``` bash # install dependencies yarn # serve with hot reload at localhost:8080 yarn run dev # build for production with minification yarn run build ``` Or if you are using NPM, ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).