Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 386 Bytes

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