You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
SOP/sop-website/sop-website-vue/README.md

451 B

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属性

构建

开发完毕后,运行build.sh脚本