mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-11-13 17:56:09 +08:00
ISV管理后台
前提:先安装好npm,npm安装教程
- 启动服务端程序,运行
WebsiteServerApplication.java cd sop-website-vue- 执行
npm install --registry=https://registry.npm.taobao.org - 执行
npm run dev,访问http://localhost:9529/
修改端口号
打开vue.config.js,找到port属性
修改请求url
- 开发环境:打开
.env.development文件,修改VUE_APP_BASE_API - 生产环境:打开
.env.production文件,修改VUE_APP_BASE_API
构建
开发完毕后,运行build.sh脚本,生成后的内容在dist目录