A multiple pages app built for OnlineJudge
Go to file
dependabot[bot] fbc1938fb0
Bump katex from 0.10.2 to 0.16.10
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.10.2 to 0.16.10.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.10.2...v0.16.10)

---
updated-dependencies:
- dependency-name: katex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 19:41:08 +00:00
.github/workflows feat(ci): add release build CI 2024-02-04 18:31:25 +08:00
build chore: adjust dependencies 2024-02-04 18:13:12 +08:00
config feat: split backend 2024-02-04 18:13:13 +08:00
deploy update travis ci 2017-12-20 20:02:46 +08:00
src feat: split backend 2024-02-04 18:13:13 +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
Dockerfile pref(ci): mount .git instead of copy 2024-02-04 18:13:13 +08:00
LICENSE add LICENSE 2017-11-30 09:41:45 +08:00
package.json Bump katex from 0.10.2 to 0.16.10 2024-03-25 19:41:08 +00:00
README.md Update README.md 2020-07-22 15:44:19 +08:00
yarn.lock Bump katex from 0.10.2 to 0.16.10 2024-03-25 19:41:08 +00:00

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