Skip to content

Commit ed18f97

Browse files
committed
docs: 更新 README.md
1 parent 3d305a8 commit ed18f97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- 增加多页打包,在`src/pages/`下的页面都是单独的页面,打包后生成每个文件夹名称的入口模版文件,vendor 是共享的。
1515
- 增加 `fastclick.js`,解决移动端 300ms 问题(引发的 ios 上的输入标签点击不弹出键盘问题已解决)。
1616
- 增加 `mock.js`,前后端分离必备,这里开发环境与生产环境也已做分离。
17+
- 增加 `unit-jest` 单元测试插件。
1718
- 增加 `postcss-pxtorem`,开发中只需写实际尺寸,编译后会比转换为 rem 单位。
1819
- 增加 `axios`,使用 promise 进行接口交互,axios。
1920
- 增加 `local-storage` 工具函数,方便且独立操作本地存储。
@@ -54,6 +55,7 @@
5455
- styles: 公共的可选样式
5556
- types: TypeScript 声明文件
5657
- utils: 工具函数
58+
- tests/unit: 单元测试用例。
5759
- .env: 环境变量配置。
5860
- .postcssrc.js: postcss 配置文件。
5961
- tsconfig.json: TypeScript 的配置文件。

0 commit comments

Comments
 (0)