# webuploader-plus **Repository Path**: modstart-lib/webuploader-plus ## Basic Information - **Project Name**: webuploader-plus - **Description**: 文件上传组件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://open.modstart.com/webuploader-plus - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-09-19 - **Last Updated**: 2026-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebUploaderPlus 基于 WebUploader 二次开发的文件上传库,支持分片上传、断点续传、秒传、预览、压缩、图片裁剪等功能。 ## 二次开发 ### 第一步,clone代码到本地 ```shell git clone https://github.com/modstart-lib/webuploader-plus.git ``` ### 第三步,打包 > 使用 node 14 版本,其他版本未测试 ```shell npm install grunt default ```