We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d305a8 commit ed18f97Copy full SHA for ed18f97
README.md
@@ -14,6 +14,7 @@
14
- 增加多页打包,在`src/pages/`下的页面都是单独的页面,打包后生成每个文件夹名称的入口模版文件,vendor 是共享的。
15
- 增加 `fastclick.js`,解决移动端 300ms 问题(引发的 ios 上的输入标签点击不弹出键盘问题已解决)。
16
- 增加 `mock.js`,前后端分离必备,这里开发环境与生产环境也已做分离。
17
+- 增加 `unit-jest` 单元测试插件。
18
- 增加 `postcss-pxtorem`,开发中只需写实际尺寸,编译后会比转换为 rem 单位。
19
- 增加 `axios`,使用 promise 进行接口交互,axios。
20
- 增加 `local-storage` 工具函数,方便且独立操作本地存储。
@@ -54,6 +55,7 @@
54
55
- styles: 公共的可选样式
56
- types: TypeScript 声明文件
57
- utils: 工具函数
58
+- tests/unit: 单元测试用例。
59
- .env: 环境变量配置。
60
- .postcssrc.js: postcss 配置文件。
61
- tsconfig.json: TypeScript 的配置文件。
0 commit comments