# xwoj-frontend **Repository Path**: lfscode/xwoj-frontend ## Basic Information - **Project Name**: xwoj-frontend - **Description**: 在线判题系统前端-本项目是基于 Spring Boot + Docker + RabbitMQ + Vue 3 的 编程算法题目在线评测系统 (简称OJ)。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-21 - **Last Updated**: 2024-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xwoj-frontend ## 项目安装和部署 ### 1、安装项目依赖 ```bash npm install # yarn ``` 本项目使用到的依赖/插件(不需执行) ```bash # 组件库 yarn add --dev @arco-design/web-vue # Axios 工具 yarn add axios # MarkDown 编辑器依赖 yarn add @bytemd/vue-next # 代码编辑器 yarn add monaco-editor # 将webpack和文本编辑器整合在一起,便于打包和安装 yarn add monaco-editor-webpack-plugin ``` ### 2、项目构建 ```bash yarn build ``` ### 3、生产环境运行 ``` yarn serve ``` ### 修复文件 ``` yarn lint ```