WangJunZzz 5 years ago
parent
commit
bd6b68c646
  1. 68
      Readme.md
  2. BIN
      images/dic.png
  3. BIN
      images/role.png
  4. BIN
      images/setting.png
  5. BIN
      images/user.png

68
Readme.md

@ -1,10 +1,66 @@
[Abp Vnext Pro](https://github.com/WangJunZzz/abp-vnext-pro) 的 Vue 实现版本
开箱即用的中后台前端/设计解决方案
[Abp Vnext Pro](https://github.com/WangJunZzz/abp-vnext-pro) 的 Vue 实现版本
开箱即用的中后台前端/设计解决方案
### 模块
[每个模块的作用](http://www.vnfan.com/helinbin/d/9bd712e87b72ecc6.html)
<table>
<tr>
<td><img src="./images/user.png"/></td>
<td><img src="./images/role.png"/></td>
</tr>
<tr>
<td><img src="./images/setting.png"/></td>
<td><img src="./images/dic.png"/></td>
</tr>
</table>
### 依赖
- .Net Core5.0
- Abp Vnext 4.x ,
- Ant Design, Vue2.x
- Mysql,Redis,Hangfire,ES(日志可选),Nocas(可选,未集成,计划中),RabbitMq(未集成,计划中)
- 微服务架构设计, DDD 实践
- 容器化 CI CD
### 系统功能
- 用户管理
- 角色管理
- 设置管理
- 字典管理
- 后台作业
- ES 日志
- 审计日志(关闭了审计日志)
- 暂时不支持多租户管理(后续考虑)
### 使用
#### clone
### 安装
```bash
$ git clone https://github.com/WangJunZzz/abp-vnext-pro
```
#### 后端
- 修改 Mysql,Redis 连接字符串
- 迁移数据:执行 Zzz.DbMigrator
#### 前端
- yarn or npm i
- npm run dev
#### 该项目也是一个模板项目
- 本地安装
```bash
# 在cotnent目录下执行
dotnet new -i .\content
```
```
- 新建项目
```bash
dotnet new Zzz --name 你的项目名称(不支持名词xxx.xxx,只支持一级)
```

BIN
images/dic.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
images/role.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
images/setting.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
images/user.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Loading…
Cancel
Save