Reconstruction Internal Management System
npm install
- Run the following command to the local debugging environment, then open
http://localhost:8000
in browser.
npm run dev
- Package the output files by running the following command
npm run build
- Run the following command to check the syntax of the project
npm run lint
Members: Aford
- Optimization the antd bundle size.
- Modify project config.
- Replace some js files to npm packages.
- Modify polyfill inject plan.
- Add batch operation script.
Members: Aford
- Solve the problem of MS Edge fetch request failed.
Members: Aford
- Encapsulates request middleware components.
- Add ES6 polyfill to project.
- Modify webpack config.
- Optimization the bundle size.