rigjs 3.0.3 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,15 +1,14 @@
1
1
  # rig
2
2
  *[中文文档](./README_CN.md)*
3
-
4
- - [Getting started](#Get started:Modular developing by rigjs.)
3
+ - [Goals](#Goals)
4
+ - [Get started:Modular developing by rigjs](#Get started:Modular developing by rigjs.)
5
5
  - [dependencies config](./doc/dependencies_cn.md)
6
6
  - [CICD config](./doc/cicd_cn.md)
7
7
  - [share config](./doc/share_cn.md)
8
- - [Goals](#Goals)
9
8
 
10
9
 
11
- ## Get started
12
- ### Prerequisites
10
+ ## Get started:Modular developing by rigjs.
11
+ ### 0.Prerequisites
13
12
  #### Install yarn
14
13
  ```shell
15
14
  yarn global add rigjs
@@ -170,4 +169,5 @@ Modify package.rig.json5
170
169
 
171
170
  I'm still developing new features in most flexible and unobtrusive way.So my team won't cost extra time to upgrade their applications' architecture.
172
171
 
173
- Rigjs works great for my team in development of vue-apps,uni-apps,electron apps and nodejs apps.If you don't need many remote modules,it will work fine for you too.
172
+ Rigjs works great for my team in development of vue-apps,uni-apps,electron apps and nodejs apps.If you don't need many remote modules,it will work fine for you too.
173
+