Skip to content

Fromnowon/OnlineJudgeFE

 
 

Repository files navigation

OnlineJudge Front End

vue vuex echarts iview element-ui Build Status

A multiple pages app built for OnlineJudge. Demo

二次开发:

  • 界面默认中文,代码提交默认C++
  • 网页代码编辑器体验优化,可在线运行代码获取结果
  • 后台富文本编辑器更换为v-md-editor,现在markdown编写与渲染更给力了
  • 细节优化

Features

  • Webpack3 multiple pages with bundle size optimization
  • Easy use simditor & Nice codemirror editor
  • Amazing charting and visualization(echarts)
  • User-friendly operation
  • Quite beautiful:)

Get Started

Install nodejs v8.12.0 first.

Linux

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

Windows

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

Screenshots

Check here.

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT

About

Qduoj二次开发

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 70.6%
  • JavaScript 27.4%
  • Less 0.9%
  • CSS 0.5%
  • HTML 0.4%
  • Shell 0.2%