# webwork-file-upload **Repository Path**: sohucw/webwork-file-upload ## Basic Information - **Project Name**: webwork-file-upload - **Description**: webwork 大文件上传案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 5 - **Created**: 2024-08-12 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Web-worker 大文件切片上传 ### 安装依赖 ``` npm i ``` ### 运行前端 ``` npm run serve ``` ### 运行node后端 ``` npm run start:server ```