mirror of
https://github.com/nsnail/IGeekFan.AspNetCore.Knife4jUI.git
synced 2025-04-13 19:52:50 +08:00
Update README.md
This commit is contained in:
parent
42e7fc3d44
commit
496a900f47
17
README.md
17
README.md
@ -1,17 +1,26 @@
|
||||
# IGeekFan.AspNetCore.Knife4jUI
|
||||
add knife4jui libs
|
||||
一个支持.NET Core3.0,.NET Standard2.0的swagger ui 库:**knife4j UI**。
|
||||
|
||||
## 相关类库
|
||||
### [knife4j](https://gitee.com/xiaoym/knife4j)
|
||||
|
||||
- knife4j-vue-v3(不是vue3,而是swagger-ui-v3版本)
|
||||
### [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore)
|
||||
|
||||
依赖项
|
||||
- Swashbuckle.AspNetCore.Swagger
|
||||
- Swashbuckle.AspNetCore.SwaggerGen
|
||||
```
|
||||
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.1.0" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.1.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="2.1.0" />
|
||||
<PackageReference Include="System.Text.Json" Version="4.6.0" />
|
||||
```
|
||||
## demo
|
||||
-[https://github.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI/blob/master/test/Basic](https://github.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI/blob/master/test/Basic)
|
||||
|
||||
### []
|
||||
## 快速开始
|
||||
|
||||
## 安装包
|
||||
### 安装包
|
||||
|
||||
```
|
||||
Install-Package IGeekFan.AspNetCore.Knife4jUI
|
||||
|
Loading…
x
Reference in New Issue
Block a user