Skip to content

afeiship/react-admin-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-admin-ui

Admin ui use antd and redux.

support:

  • redux
  • antd
  • react-router (4.x)

resources:

dev propxy:

"devServer": {
  "port": 8812,
  "hot": true,
  "host": "train-h5.dcpai.cn",
  "stats": "errors-only",
  "proxy": {
    "/weipai": {
      "target": "http://139.196.57.60:8082",
      "changeOrigin": true
    },
    "/shanggu": {
      "target": "http://train-h5.dcpai.cn:80",
      "pathRewrite": {
        "^/shanggu": "/src/modules"
      },
      "changeOrigin": true
    }
  }
}

Releases

No releases published

Packages

No packages published