/shu-online-judge-fe

🎈Online Judge for Shanghai University.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

上海大学 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