Skip to content

shuoj/shu-online-judge-fe

Repository files navigation

上海大学 Online Judge Frontend

Build Status

开发运行

  1. vue.config.jsdevServer里的target设置为本地的后端接口
  2. yarn / npm install
  3. yarn / npm run serve

编译部署

  1. VUE_APP_BASE_URL=https://xxxxxx npm run build