Skip to content

derrickball/sduoj-web

 
 

Repository files navigation

Shandong University Online Judge - Front End

Get started

Make sure that node v12.18.2 and npm v6.14.5 or their higher version are installed.

Development on Linux or macOS

npm install

# You should custom the file `.env.development` in the root directory and change your hosts to avoid CORS
# `VUE_APP_OJ_SERVER` is where your real backend locates at
# leave `VUE_APP_OJ_WS` blank if your Websocket setvice locates at the same place as your backend
# `VUE_APP_OJ_MANAGE` is where sduoj-manage locates at

# serve with hot reload at localhost:8080
npm run serve

Production

npm run build

We will give a template of nginx config file later.

LICENSE

GNU Affero General Public License v3.0

About

SDUOJ frontend web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.7%
  • JavaScript 24.5%
  • Less 4.1%
  • CSS 3.5%
  • HTML 0.2%