OnlineJudgeFE
oj_2.7.5
OnlineJudge용으로 제작된 여러 페이지 앱입니다. 데모
먼저 nodejs v8.12.0을 설치하세요.
npm install
# we use webpack DllReference to decrease the build time,
# this command only needs execute once unless you upgrade the package in build/webpack.dll.conf.js
export NODE_ENV=development
npm run build:dll
# the dev-server will set proxy table to your backend
export TARGET=http://Your-backend
# serve with hot reload at localhost:8080
npm run dev
npm install
# we use webpack DllReference to decrease the build time,
# this command only needs execute once unless you upgrade the package in build/webpack.dll.conf.js
set NODE_ENV=development
npm run build:dll
# the dev-server will set proxy table to your backend
set TARGET=http://Your-backend
# serve with hot reload at localhost:8080
npm run dev
여기에서 확인하세요.
최신 브라우저 및 Internet Explorer 10 이상.
MIT