LiveGBS 前端工程源码
# 准备工具 npm install -g cross-env cd web_src # 安装 npm 依赖 npm install --registry=https://registry.npm.taobao.org # 编辑 webpack.config.js > devServer > proxy ip 指向 server ip # 启动 npm run start # 编译 npm run build