Skip to content

wangxso/onlinejudge-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Judge Frontend

This is the frontend of an Online Judge (OJ) website, implemented using Vue.js framework. The website allows users to solve programming problems and submit their solutions for automatic evaluation by the server.

Project Setup

To set up the project, run the following command to install dependencies:

npm install

Development

To compile and hot-reload the project for development, run:

npm run serve

Production

To compile and minify the project for production, run:

npm run build

Linting

To lint and fix files in the project, run:

npm run lint

Configuration

To customize the configuration of the project, refer to the Configuration Reference documentation.

Thank you for using our Online Judge Frontend!

About

online judge front edge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published