Skip to content

Commit 06c1288

Browse files
committed
add readme
1 parent dfe28c2 commit 06c1288

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
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

components-docs/docs/guide/repository.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ order: 3
2222

2323
## clone 代码
2424
```shell
25-
git clone git@github.com:xlorne/ui.git
25+
git clone git@github.com:codingapi/coding-components.git
2626
```
2727
### 添加私有仓库的账户配置
2828
```shell

components-docs/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hero:
44
description: codingapi-components,一个基于组件领域化开发的开源平台
55
actions:
66
- text: GitHub
7-
link: https://github.com/xlorne/ui
7+
link: https://github.com/codingapi/codingapi-components
88
features:
99
- title: 领域化
1010
emoji: 💎

components-docs/public/favicon.ico

11.3 KB
Binary file not shown.

components-docs/scripts/deploy.bat

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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/

0 commit comments

Comments
 (0)