该模板适用于数据监控展示类的管理后台,内置通用的丰富的图表,使用时需要根据需求进行删除和添加
- 启动调试服务:
npm start - 构建:
npm run build
- react-router @4.x 默认采用 hashHistory 的单页应用
- 入口文件:
src/index.js - 导航配置:
src/menuConfig.js - 路由配置:
src/routerConfig.js - 路由入口:
src/router.jsx - 布局文件:
src/layouts - 通用组件:
src/components - 页面文件:
src/pages
- 主色:#447eff
- 功能主色:#5e83fb、#f7da47、#58ca9a、#ee706d
- 字体颜色:#333、#666