比较了 3 个我比较喜欢的项目
- create-react-app
- antd-pro
- umi-user-dashboard
结论:
- mock/ mock api
- public/ web 相关配置文件
- favicon.ico
- index.html
- manifest.json
- src/
- assets/ 资源
- components/
- routes/
- utils/
- router.js 路由入口
- App.js App 外壳
- index.js 应用入口
- tests/ README.md package.json
参考: