技术栈
- React: 文档
- React-router-dom: 文档
- React-router-dom v6: 相关文章
- recoil:状态管理
- ahooks:React Hooks 库
- antd-mobile: UI组件库
- eslint规则:eslint
本地开发
- npm install
- npm run dev
打包
- npm i
- npm run build
打包分析
npm run build:analyzer
全局lint
npm run lint
tip
vscode 安装eslint插件 开启 Format On Save 在setting.json 中配置 "editor.codeActionsOnSave": { "source.fixAll.eslint": true }