# OnlineJudgeFE **Repository Path**: spycyk/OnlineJudgeFE ## Basic Information - **Project Name**: OnlineJudgeFE - **Description**: oj-frontEdge - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-04 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README npm install --save @babel/runtime npm i @kangc/v-md-editor -S npm install babel-plugin-prismjs >### A multiple pages app built for OnlineJudge. [Demo](https://qduoj.com) ## 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 ```bash 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 ```bash npm install set NODE_ENV=development npm run build:dll set TARGET=http://175.178.63.244:8889 npm run dev # the dev-server will set proxy table to your backend # serve with hot reload at localhost:8080 # 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 ``` ## Screenshots [Check here.](https://github.com/QingdaoU/OnlineJudge) ## Browser Support Modern browsers and Internet Explorer 10+. ## LICENSE [MIT](http://opensource.org/licenses/MIT)