luyencode / OnlineJudgeFE

Luyện Code Online - Học lập trình tương tác trực tuyến

Home Page:https://luyencode.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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
NODE_ENV=development npm run build:dll
# Small language fixed
cp node_modules/echarts/lib/langEN.js node_modules/echarts/lib/lang.js 
# the dev-server will set proxy table to your backend
TARGET=https://luyencode.net npm run dev

# 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

About

Luyện Code Online - Học lập trình tương tác trực tuyến

https://luyencode.net

License:Other


Languages

Language:Vue 73.0%Language:JavaScript 24.8%Language:HTML 0.9%Language:Less 0.7%Language:CSS 0.4%Language:Shell 0.2%Language:Dockerfile 0.0%