@tmsfe/tmskit 0.0.5-beta.3 → 0.0.5-beta.4

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,5 +1,6 @@
1
1
  # tmskit
2
2
 
3
+ ## 使用文档
3
4
  ```
4
5
  1. npm install -g @tmsfe/tmskit
5
6
 
@@ -7,6 +8,19 @@
7
8
  tmskit create webapp
8
9
 
9
10
 
10
- 3. 安装依赖和构建miniprogram_npm
11
- tmskit run install
11
+ 3. cd webapp
12
+ tmskit run dev -m <模块名> -e <环境名>
13
+ ```
14
+
15
+ ## 开发文档
16
+
17
+ ```
18
+ 1. 编译tmskit src源码编译到dist
19
+ npm install
20
+ npm run dev
21
+
22
+ 2. 使用tmskit
23
+ cd example
24
+ node /Users/odile/workspace/tms-frontend1/tools/tmskit/main.js run dev
25
+
12
26
  ```