# onlinejudge-student **Repository Path**: LeGuanDeYaoSiYuan/onlinejudge-student ## Basic Information - **Project Name**: onlinejudge-student - **Description**: onlinejudge项目前端实现中的学生端部分 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://jlxy-oj.com/home - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # onlinejudge-student #### 介绍 该项目为onlinejudge项目前端实现中的学生端部分 #### 软件架构 ``` project │ └───api 存放各种请求 │ └───component 存放组件 │ └───util 存放工具类 │ └───lib 存放一些配置信息 │ └───store 状态管理 │ └───router 路由管理 │ └───views 页面 ``` #### 安装教程 ```bash npm install ``` #### 使用说明 ### 运行项目 需修改/lib中的后台路径配置 拉取后台项目[https://gitee.com/GeiNiQieGePiaoLiangDeDaoHua/oj-springboot/tree/oj-springboot2.0/](https://gitee.com/GeiNiQieGePiaoLiangDeDaoHua/oj-springboot/tree/oj-springboot2.0/) ## 运行 ```bash npm run serve ``` ## 打包 ```bash npm run build ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request