rigjs 3.0.1 → 3.0.2
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 +6 -6
- package/built/index.js +337 -285
- package/demo/package.json +1 -1
- package/lib/classes/RigConfig.ts +3 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
# rig
|
|
2
2
|
*[中文文档](./README_CN.md)*
|
|
3
|
-
|
|
4
|
-
- [
|
|
3
|
+
|
|
4
|
+
- [Getting started](#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)
|
|
8
9
|
|
|
9
10
|
|
|
10
|
-
## Get started
|
|
11
|
-
###
|
|
11
|
+
## Get started
|
|
12
|
+
### Prerequisites
|
|
12
13
|
#### Install yarn
|
|
13
14
|
```shell
|
|
14
15
|
yarn global add rigjs
|
|
@@ -169,5 +170,4 @@ Modify package.rig.json5
|
|
|
169
170
|
|
|
170
171
|
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.
|
|
171
172
|
|
|
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
|
-
|
|
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.
|