Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antzymo/bigfile-upload
文件切片上传
https://github.com/antzymo/bigfile-upload
element-plus file-upload koa2 vue3
Last synced: 26 days ago
JSON representation
文件切片上传
- Host: GitHub
- URL: https://github.com/antzymo/bigfile-upload
- Owner: AntzyMo
- Created: 2022-11-04T09:33:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T09:24:20.000Z (about 2 years ago)
- Last Synced: 2024-11-28T06:04:27.935Z (26 days ago)
- Topics: element-plus, file-upload, koa2, vue3
- Language: TypeScript
- Homepage:
- Size: 209 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bigFile-upload
## 实现功能
- [x] 切片上传
- [x] 开始 / 暂停
- [x] 删除
- [x] 预览
# Usage
## 前端
```sh
pnpm dev
```## 后端
```sh
pnpm run server
```