ice-scaffold-cms
使用文档
命令行:
- 启动调试服务:
npm start
- 构建 dist:
npm run build
基础设施:
- react-router @3.x 默认采用 hashHistory 的单页应用
- 入口文件:
src/index.js
- 导航配置:
src/navs.js
- 路由配置:
src/routes.jsx
- 页面文件:
src/pages
- 组件:
src/components
效果图:
使用文档
命令行:
npm start
npm run build
基础设施:
src/index.js
src/navs.js
src/routes.jsx
src/pages
src/components
效果图:
If you find any bugs or have a feature request, please open an issue on github!
The npm package download data comes from npm's download counts api and package details come from npms.io.