An open API service indexing awesome lists of open source software.

https://github.com/icowan/blog-admin


https://github.com/icowan/blog-admin

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ice-creator-admin

## 使用

- 启动调试服务: `npm start`
- 构建 dist: `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`

## 效果图

![screenshot](https://img.alicdn.com/tfs/TB1zynrDHvpK1RjSZFqXXcXUVXa-2860-1580.png)