[优化]base模块提出

This commit is contained in:
PandaGoAdmin
2022-08-02 22:37:37 +08:00
parent 0555922a90
commit 2cb23c0ecf
151 changed files with 550 additions and 5255 deletions

View File

@@ -7,7 +7,7 @@
## 🌈平台简介
* 采用前后端分离的模式后端采用GO语言通过对GIn自封装框架ginx代码更简洁逻辑更清晰
* 采用前后端分离的模式后端采用GO语言通过对GIn自封装框架restfulx代码更简洁逻辑更清晰
* 前端采用VUE3.0+ TypeScript + vite2 + Element-plus[PandaUI](https://github.com/PandaGoAdmin/PandaUi)适配手机、平板、pc 内置多种ui功能减少开发量
* 高效率的开发,使用代码生成器可以一键生成前后端代码,可在线预览代码,减少代码开发量。。
* 完善的权限认证系统完善的权限认证系统包含菜单按钮权限api权限部门权限。
@@ -101,7 +101,7 @@
| 项目 | 说明 |
| --- | --- |
| `base` | 自封装ginx和工具类 |
| `base` | 自封装restfulx和工具类 |
| `docs` | api接口文档 |
| `initialize` | 初始化 |
| `resource` | 文件导出目录 |