File tree 5 files changed +25
-3
lines changed
5 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
- Coding Components
1
+ # Coding Components
2
+
3
+ codingapi-components,一个基于组件领域化开发的开源平台
4
+
5
+ ## 项目模块介绍
6
+
7
+ * antd-pro 前端管理系统实例
8
+ * coding-cli 项目脚手架
9
+ * components-docs 项目文档
10
+ * components-server 后端模块框架
11
+ * components-ui 前端框架
12
+ * docker-compose 依赖服务
13
+
14
+ 教程地址 https://www.codingapi.com
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ order: 3
22
22
23
23
## clone 代码
24
24
``` shell
25
- git clone git@github.com:xlorne/ui .git
25
+ git clone git@github.com:codingapi/coding-components .git
26
26
```
27
27
### 添加私有仓库的账户配置
28
28
``` shell
Original file line number Diff line number Diff line change 4
4
description : codingapi-components,一个基于组件领域化开发的开源平台
5
5
actions :
6
6
- text : GitHub
7
- link : https://github.com/xlorne/ui
7
+ link : https://github.com/codingapi/codingapi-components
8
8
features :
9
9
- title : 领域化
10
10
emoji : 💎
Original file line number Diff line number Diff line change
1
+ < # :
2
+ @ powershell " icm ([scriptblock]::Create((gc '%~f0 ' -Raw -Encoding UTF8)))"
3
+ exit
4
+ #>
5
+
6
+ cd ..
7
+ yarn
8
+ yarn build
9
+ scp -r dist/* root@ beijing:/opt/nginx/html/
You can’t perform that action at this time.
0 commit comments