一个自用的 React 移动端 H5 项目模板,主要为了减少每次项目开发前的重复操作。主要采用 Vite + React + TypeScript + SWC + Tailwind css + Zustand + Ant Design Mobile 等常用技术栈和常用库构建。
- 动态路由最佳实践
- px to rem
- 完善的 Axios
- 区分环境变量
- 最佳 Zustand 状态管理仓库实践
- Svg To Component
- 弹窗控制理念
pnpm create keepdesign
# 选择 react-mobile-template
pnpm install
pnpm dev
pnpm sit
# or
pnpm prod
主要采用 Vite + React + TypeScript + SWC + Tailwind css + Zustand + Ant Design Mobile 等常用技术栈和常用库构建
已移除 Valtio 状态管理仓库备选,react 框架还是遵循不可变原则较好。