@tmsfe/tmskit 0.0.1 → 0.0.5

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,24 +1,12 @@
1
1
  # tmskit
2
2
 
3
-
4
3
  ```
5
- npm install
6
- npm run dev // rollup将tmskit src的代码编译到dist
7
-
8
- cd /Users/odile/woindexrkspace/tms-frontend/tools/tmskit/test2
9
- node /Users/odile/workspace/tms-frontend/tools/tmskit/main.js run bootstrap -m index
10
- node /Users/odile/workspace/tms-frontend/tools/tmskit/main.js run dev -m index
4
+ 1. npm install -g @tmsfe/tmskit
11
5
 
12
- ps: 上面命令-具体目录根据自己的项目情况进行填写
6
+ 2. 创建小程序
7
+ tmskit create webapp
13
8
 
14
9
 
15
- todo:
16
- 1. npm install下载过程 优化 no cache . tar cp
17
- 2. webppck entry component page 不需要重新启动dev
18
- 3. webpack 抽取公共代码
19
- 4. 多端的设计 (web、server)
20
- 5. window的兼容
21
- 6. build命令
22
- 7. webpack引入entry 优化。 处理entry的后缀文件
23
- 8. 模块拷贝的路径/home/main
10
+ 3. 安装依赖和构建miniprogram_npm
11
+ tmskit run install
24
12
  ```