An open API service indexing awesome lists of open source software.

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的文件上传控件示例

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
```