https://github.com/jevonsflash/file-uploader-sample
基于Vue+Element的文件上传控件示例
https://github.com/jevonsflash/file-uploader-sample
file-upload sample-code
Last synced: over 1 year ago
JSON representation
基于Vue+Element的文件上传控件示例
- Host: GitHub
- URL: https://github.com/jevonsflash/file-uploader-sample
- Owner: jevonsflash
- Created: 2022-04-13T07:32:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T09:57:33.000Z (about 4 years ago)
- Last Synced: 2025-01-14T23:33:20.258Z (over 1 year ago)
- Topics: file-upload, sample-code
- Language: Vue
- Homepage:
- Size: 160 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-uploader-sample
一个大型文件上传控件,支持显示上传进度实时刷新和取消上传
todo: 断点续传
## 博客
[[Vue]写一个简单的文件上传控件](https://blog.csdn.net/jevonsflash/article/details/124150094).
[[.Net 6]写一个简单的文件上传控件后端](https://blog.csdn.net/jevonsflash/article/details/124152645).
## 使用方式
### api:
后端程序,使用.Net 6项目框架搭建,运行前请确保安装.net 6 运行时https://dotnet.microsoft.com/en-us/download/dotnet/6.0
```
cd api
```
```
dotnet run
```
### web:
前端程序
```
cd web
```
```
yarn install
```
```
yarn serve
```