A multiple pages app built for OnlineJudge. Demo
- Webpack3 multiple pages with bundle size optimization
- Easy use simditor & Nice codemirror editor
- Amazing charting and visualization(echarts)
- User-friendly operation
- Quite beautiful�?)
Install nodejs v16.16.7 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
export NODE_ENV=development
npm run build:dll
# the dev-server will set proxy table to your backend
export TARGET=http://localhost:8000
# serve with hot reload at localhost:8080
npm run devnpm 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://localhost:8000
# serve with hot reload at localhost:8080
npm run devModern browsers and Internet Explorer 10+.
MIT test commit test1