All Projects → Harry-zklcdc → OJ

Harry-zklcdc / OJ

Licence: other
稳健 Online Judge 前端

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Less
1899 projects
HTML
75241 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to OJ

awesome-iview
A curated list of iView (A high quality UI Toolkit built on Vue.js 2.0) resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about iView that we keep up-to-date https://iviewui.com/
Stars: ✭ 19 (+26.67%)
Mutual labels:  iview2
xlong-website-cms
基于Egg + Vue + Webpack 开发的多页面和单页面服务端客户端渲染的企业CMS系统
Stars: ✭ 52 (+246.67%)
Mutual labels:  iview2

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 Node.JS v12.16.1 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

Attention

#custom JavaScript or CSS   自定义JavaScript/CSS
./src/styles

#page    修改界面
./src/pages

#language    语言文件
./src/i18n
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].