使用 webpack5 react17 typescript 创建基础 H5 框架
node 版本必须大于等于 14.18.0
添加了 @commitlint/cli 规范化 eslint stylelint prettier 代码规范化 通过 husky 触发 git commit 钩子 对代码以及 commit msg 进行规范化校验
https://github.com/evrone/postcss-px-to-viewport
https://webpack.docschina.org/concepts/
https://www.jianshu.com/p/3f4e6fef4d89 https://redux-toolkit.js.org/api/configureStore
v5 - v6 迁移指南 https://reactrouter.com/docs/en/v6
https://jkchao.github.io/typescript-book-chinese/
yarn analyzer 展示包体积
yarn prettier-format 根据配置格式化全局文件
yarn lint 对代码使用eslint进行lint