A multiple pages app built for OnlineJudge
Go to file
LiYang 785f70d97b
Merge pull request #114 from akira-cn/master
修改几个前端小bug
2022-01-29 09:03:58 +08:00
build Add dashboard page 2018-01-04 20:14:17 +08:00
config fix cdn host 2018-01-06 22:34:59 +08:00
deploy update travis ci 2017-12-20 20:02:46 +08:00
src 修复几个前端小bug 2022-01-28 17:21:21 +08:00
static/css 完成admin多页迁移 2017-11-13 10:12:11 +08:00
.babelrc 优化polyfill引入,修复https下dev-server的CSRF问题 2017-12-17 16:50:58 +08:00
.editorconfig 完成admin多页迁移 2017-11-13 10:12:11 +08:00
.eslintignore 完成admin多页迁移 2017-11-13 10:12:11 +08:00
.eslintrc.js 完成admin多页迁移 2017-11-13 10:12:11 +08:00
.gitignore 修复几个前端小bug 2022-01-28 17:21:21 +08:00
.postcssrc.js 完成admin多页迁移 2017-11-13 10:12:11 +08:00
.travis.yml upgrade to node v8.12.0 2018-11-25 21:46:44 -06:00
LICENSE add LICENSE 2017-11-30 09:41:45 +08:00
README.md Update README.md 2020-07-22 15:44:19 +08:00
package.json support color 2019-10-10 21:56:16 +08:00

README.md

OnlineJudge Front End

vue vuex echarts iview element-ui Build Status

A multiple pages app built for OnlineJudge. Demo

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