0.1.1 • Published 6 years ago
icestark-child-common v0.1.1
ice-stark-child2
使用
- 启动调试服务:
npm start - 构建 dist:
npm run build
目录结构
- react-router @5.x 默认采用 browerHistory 的单页应用
- 入口文件:
src/index.js - 路由配置:
src/config/routes.js - 数据源配置:
src/config/dataSource.js - 路由入口:
src/router.jsx - 布局文件:
src/layouts - 通用组件:
src/components - 页面文件:
src/pages