Skip to content

Latest commit

 

History

History

README.md

前端网页源代码

说明

前端项目采用了React+Dva+Antd的模式进行开发

本地调试

  • 运行yarn install以安装必要的依赖
  • public/config.json中修改host为待调试的后端服务接口
  • 运行npm run start进行本地调试
  • 运行npm run build编译网页部署包
  • 运行python merge.py将编译得到的index.js、index.css合并入index.html中(非必选操作)