Skip to content

Commit 7ab6064

Browse files
committed
docs: add branchs info
1 parent 0834d2a commit 7ab6064

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
1919
- Documentation: https://pro.loacg.com/docs/getting-started
2020
- ChangeLog: https://pro.loacg.com/docs/changelog
2121
- FAQ: https://pro.loacg.com/docs/faq
22+
- Branches:
23+
- demo/router-view-table: CRUD view in router
24+
- feature/demand_load: loaded on demand
25+
- feature/lang: i18n support
26+
- feature/dynamic-menu: dynamic menu demo
27+
- lite: lite template (legacy)
28+
2229

2330
Overview
2431
----
@@ -78,10 +85,10 @@ yarn run lint
7885

7986
### Other
8087

81-
- **IMPORTANT : About Issue feedback !! Please describe your environment, the Pro version or branch used, what happened, etc. when opening Issue**
88+
- **IMPORTANT : About Issue feedback !! when opening Issue read [Issue / PR Contributing](https://github.com/sendya/ant-design-pro-vue/issues/90)**
8289

8390
- [Vue-cli3](https://cli.vuejs.org/guide/) used by the project.
84-
- Disable Eslint (not recommended): remove `eslintConfig` field in `package.json`
91+
- Disable Eslint (not recommended): remove `eslintConfig` field in `package.json` and `vue.config.js` field `lintOnSave: false`
8592

8693
- Easy-Mock used by project,[easy-mock](https://www.easy-mock.com/) Project API Data [DO NOT CHANGE THE INTERFACE](https://www.easy-mock.com/project/5b7bce071f130e5b7fe8cd7d),If you want to modify, please fork [ANTD-PRO-Easy-Mock-API.zip](https://github.com/sendya/ant-design-pro-vue/files/2682711/ANTD-PRO-Easy-Mock-API.zip) and running to your server.
8794

README.zh-CN.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
1919
- 文档: https://pro.loacg.com/docs/getting-started
2020
- 更新日志: https://pro.loacg.com/docs/changelog
2121
- 常见问题: https://pro.loacg.com/docs/faq
22+
- 分支:
23+
- demo/router-view-table: 增删改查业务(通过路由导航)
24+
- feature/demand_load: 按需加载 Antd 组件
25+
- feature/lang: 多语言国际化 (i18n) 例示
26+
- feature/dynamic-menu: 动态菜单 (从后端拉取并生成菜单结构)
27+
- lite: 无任何业务逻辑的模板 (老旧的)
28+
2229

2330
Overview
2431
----
@@ -83,11 +90,11 @@ yarn run lint
8390
其他说明
8491
----
8592

86-
- **关于 Issue 反馈 (重要!重要!重要!) 请在开 *Issue* 时,描述清楚您的使用环境,所使用 Pro 版本或分支,出现的情况等...** 另外,若有疑问也可加入 QQ群 (Ant Design Vue 原作者使用讨论群 217490093,**非 Pro 群**),项目的几位维护者也在该群
93+
- **关于 Issue 反馈 (重要!重要!重要!) 请在开 *Issue* 前,先阅读该内容:[Issue / PR 编写建议](https://github.com/sendya/ant-design-pro-vue/issues/90)**
8794

8895
- 项目使用的 [vue-cli3](https://cli.vuejs.org/guide/), 请更新您的 cli
8996

90-
- 关闭 Eslint (不推荐) 移除 `package.json``eslintConfig` 整个节点代码
97+
- 关闭 Eslint (不推荐) 移除 `package.json``eslintConfig` 整个节点代码, `vue.config.js` 下的 `lintOnSave` 值改为 `false`
9198

9299
- 项目使用了在线 mock,[easy-mock](https://www.easy-mock.com/) 项目所用的 mock 数据 [点击查看(请勿改动接口返回数据)](https://www.easy-mock.com/project/5b7bce071f130e5b7fe8cd7d),也可以下载 [ANTD-PRO-Easy-Mock-API.zip](https://github.com/sendya/ant-design-pro-vue/files/2682711/ANTD-PRO-Easy-Mock-API.zip) 然后自行导入到自己的 mock 服务上
93100

0 commit comments

Comments
 (0)