# exams-online **Repository Path**: zyh1552951165/exams-online ## Basic Information - **Project Name**: exams-online - **Description**: 在线考试系统,非常简易的前后端分离的项目,Vue+SpringBoot项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2023-12-30 - **Last Updated**: 2025-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # exams-online #### 介绍 在线考试系统,前后端分离的项目,Vue+SpringBoot #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. 在前端Vue中添加了公网访问的功能 2. 修改了考试结果页面的小bug--无论谁考试完,都显示姓名:大马猴,并在结果页面添加了学号信息 3. 修缮了一些页面 4. 在登录页面新增了忘记密码,注册账号功能,并在后台设置了相应的功能实现 4. 对后台代码进行了优化处理,使逻辑更加鲜明 # 安装yarn npm install yarn -g # 查看是否安装成功 yarn -v # 设置yarn源为淘宝镜像源 yarn config set registry https://registry.npm.taobao.org # 安装依赖 yarn install or npm install # 启动项目 yarn dev or npm run dev # 打包构建 yarn build or npm run build