# vue-file-uploader **Repository Path**: softwyy/vue-file-uploader ## Basic Information - **Project Name**: vue-file-uploader - **Description**: vue-file-uploader - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-03 - **Last Updated**: 2022-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fast-uploader > Demo source for a fast uploader dependens on vue-simple-uploader. ## 文件上传系列文章 - [01.使用vue-simple-uploader上传文件和文件夹](https://www.shanhubei.com/archives/2041.html) - [02.文件分片上传之前端文件分片](https://www.shanhubei.com/archives/2075.html) - [03.文件分片上传之后端PHP合成文件](https://www.shanhubei.com/archives/2077.html) - [04.超大文件上传之计算文件MD5值](https://www.shanhubei.com/archives/2079.html) - [05.文件上传之秒传文件](https://www.shanhubei.com/archives/2081.html) - [06.文件上传之断点续传和跨端续传](https://www.shanhubei.com/archives/2083.html) ---- ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` ---- ``` bash # run php server cd php php -S localhost:9999 ``` 参考: https://github.com/lrfbeyond/fast-uploader