# vue3+ts大文件上传(秒传,分片,断点续传,并发) **Repository Path**: kai-zheng/upload-file ## Basic Information - **Project Name**: vue3+ts大文件上传(秒传,分片,断点续传,并发) - **Description**: vue3+ts大文件上传(秒传,分片,断点续传,并发) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-11-29 - **Last Updated**: 2023-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 前端文件上传和大文件切片上传 ### 服务端 简单搭建了一个 node 服务,代码在 server 目录下。 启动服务: ```bash npm run start-server ``` ### Vue 前端 前端是基于 Vue3 搭建的 ```bash npm run dev ``` ![images](./screenshots/upload.png)