# web-phc-react **Repository Path**: dncba/web-phc-react ## Basic Information - **Project Name**: web-phc-react - **Description**: wuwuwu - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-20 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###项目构建记录 1. 框架搭建 ``` npx create-react-app phc-web cd phc-web npm install --save antd //安装组件库 npm run eject //准备配置按需加载 npm install babel-plugin-import --save-dev npm install react-router-dom --save //路由 npm install --save redux //redux npm install --save react-redux npm install --save redux-thunk npm install --save redux-devtools-extension npm install --save axios //axios npm install --save history //history npm install --save react-router-redux //router ```