-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.md
More file actions
62 lines (40 loc) · 1.59 KB
/
README.md
File metadata and controls
62 lines (40 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<div align="center">
<img src="./docs/.vuepress/public/images/hero.png")>
</div>
# crud-hub
[](https://github.com/mars05/crud-hub/actions/workflows/build.yml)
[](https://plugins.jetbrains.com/plugin/12440)
[Crud Hub](https://crud-hub.top/) 是一个**代码生成平台**。可以用来在线管理你的模板代码,并结合IDEA等插件帮助大佬们快速生成增删改查代码。
**相关链接:**
- 官网: [Crud Hub](https://crud-hub.top/)
- 在线文档: [Crud Hub Docs](https://crud-hub.top/docs/)
- 插件: [Crud Intellij Plugin](https://github.com/mars05/crud-intellij-plugin)
## 架构设计

平台采用多端设计
- Web端
Web端也是管理端,负责模板的设计和管理,当然也支持代码生成。访问地址:[Crud Hub](https://crud-hub.top/)
- 插件
插件指Intellij IDEA等开发工具的插件,目前支持IDEA插件,后续可能支持其他工具的插件。插件不能对模板进行设计管理,只能使用模板,进行代码生成或项目生成。
## 平台功能
```
- 登录 / 注册
- 模板市场
- 公开模板的筛选
- 模板的复制功能
- 我的模板
- 项目创建
- 模板维护
- 组织管理
- 模板管理
- 管理所有模板
- 管理所有组织
- 权限管理
- 用户管理
- 角色管理
- 菜单权限
- 资源权限
- 个人中心
- 关于我
- 账户修改
```