An admin platform based on Ant design.
This project was bootstrapped with Create React App.
├─src
│
├─assets 静态资源
├─components 组件
├─config 配置
├─router 路由
├─utils 工具
├─views 页面
├─App.jsx 页面入口
└─index.js 程序入口
- router
- redux
- axios
- antd
package.json
"proxy": {
"/api": {
"target": "https://cnodejs.org/api",
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
}
}
}
git clone git@github.com:mengdu/ant-admin-platform.git
install
yarn
dev
npm start
build
npm run build