docs: Add doc link in README

add doc link in README

Change-Id: Ibc5f0f36ea230fefe54aa4946fb8157ca13071f3
This commit is contained in:
zhuyue
2021-08-26 10:28:58 +08:00
parent 1ab6cf9b34
commit 241b52fad0
3 changed files with 64 additions and 0 deletions

View File

@@ -61,3 +61,35 @@
- `yarn run dev`: 使用实际接口,需要将`webpack.dev.js`文件第 47 行的 "http://pre.xxx.com"
修改为实际地址
- `yarn run build`: 构建打包,可将生成的 dist 目录的内容交给后端
## 文档
### 如何开发
- [开发前的准备](docs/zh/develop/1-ready-to-work.md)
- [目录结构](docs/zh/develop/2-catalog-introduction.md)
- [开发一个资源的页面](docs/zh/develop/3-0-how-to-develop.md)
- [BaseList 介绍](docs/zh/develop/3-1-BaseList-introduction.md)
- [BaseTabList 介绍](docs/zh/develop/3-2-BaseTabList-introduction.md)
- [BaseDetail 介绍](docs/zh/develop/3-3-BaseDetail-introduction.md)
- [BaseDetailInfo 介绍](docs/zh/develop/3-4-BaseDetailInfo-introduction.md)
- [BaseStore 介绍](docs/zh/develop/3-5-BaseStore-introduction.md)
- [FormAction 介绍](docs/zh/develop/3-6-FormAction-introduction.md)
- [ModalAction 介绍](docs/zh/develop/3-7-ModalAction-introduction.md)
- [ConfirmAction 介绍](docs/zh/develop/3-8-ConfirmAction-introduction.md)
- [StepAction 介绍](docs/zh/develop/3-9-StepAction-introduction.md)
- [FormItem 介绍](docs/zh/develop/3-10-FormItem-introduction.md)
- [Action 介绍](docs/zh/develop/3-11-Action-introduction.md)
- [Menu 介绍](docs/zh/develop/3-12-Menu-introduction.md)
- [Route 介绍](docs/zh/develop/3-13-Route-introduction.md)
- [I18n 介绍](docs/zh/develop/3-14-I18n-introduction.md)
### How to test
- [两种不同的测试方式](docs/zh/test/1-ready-to-work.md)
- [目录结构](docs/zh/test/2-catalog-introduction.md)
- [如何修改 e2e 测试用例](docs/zh/test/3-0-how-to-edit-e2e-case.md)
- [E2E - 表单操作](docs/zh/test/3-1-E2E-form-operation.md)
- [E2E - 列表页操作](docs/zh/test/3-2-E2E-table-operation.md)
- [E2E - 详情页操作](docs/zh/test/3-3-E2E-detail-operation.md)
- [E2E - 资源操作](docs/zh/test/3-4-E2E-resource-operation.md)