Skip to content

Commit bc32022

Browse files
authored
docs: optimize (#83)
1 parent 5e2cef2 commit bc32022

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,37 @@
4848

4949
多个项目共享 Webpack 以及其他工程能力,同时支持插件扩展&修改配置。
5050

51+
### 使用 build-scripts 的项目如何修改工程配置?
52+
53+
build-scripts 核心是提供一套完善的工程插件设计,本身不耦合任何工程配置,也不具备任何工程调试构建能力,具体的工程配置都是由插件提供的,因此此类问题建议查阅下方对应场景的文档。
54+
5155
## 使用场景
5256

5357
基于 build-scripts 目前已支持多种场景,覆盖大多数的研发场景,当然你可以完全自定义一套工程能力。
5458

5559
### React 项目开发
5660

57-
- [icejs](https://ice.work/docs/guide/about)
58-
- [代码](https://github.com/alibaba/ice)
61+
- 方案:icejs
62+
- 文档:https://ice.work/docs/guide/about
63+
- 代码:https://github.com/alibaba/ice
5964

6065
### Rax 项目开发
6166

62-
- [rax-app](https://rax.js.org/docs/guide/getting-start)
63-
- [代码](https://github.com/raxjs/rax-app)
67+
- 方案:rax-app
68+
- 文档:https://rax.js.org/docs/guide/getting-start
69+
- 代码:https://github.com/raxjs/rax-app
6470

6571
### 天马模块
6672

67-
> 仅阿里内部
73+
- 方案:build-plugin-pegasus-base
74+
- 文档:仅阿里内部
75+
- 代码:仅阿里内部
6876

6977
### NPM 包开发
7078

71-
- [build-plugin-component](https://github.com/ice-lab/iceworks-cli/tree/master/packages/build-plugin-component)
72-
- [文档](https://appworks.site/materials/guide/component.html)
79+
- 方案:build-plugin-component
80+
- 文档:https://github.com/ice-lab/iceworks-cli/tree/master/packages/build-plugin-component#readme
81+
- 代码:https://github.com/ice-lab/iceworks-cli/tree/master/packages/build-plugin-component
7382

7483
### 自定义工程
7584

@@ -592,11 +601,11 @@ module.exports = ({ applyMethod }) => {
592601

593602
#### React 项目(icejs)
594603

595-
升级 icejs 2.0. 即可。
604+
升级 icejs 2.0 即可。
596605

597606
#### Rax 项目(rax-app)
598607

599-
待支持
608+
rax-app 3.8.0 以上已升级。
600609

601610
#### 业务组件(build-plugin-component)
602611

0 commit comments

Comments
 (0)