# 考试系统 **Repository Path**: ba1690/exam-system ## Basic Information - **Project Name**: 考试系统 - **Description**: 一个简易的vue2考试系统和考试uni-app - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-08-31 - **Last Updated**: 2022-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 考试系统 #### 介绍 一个简易的vue2考试系统和考试uni-app ##### 演示链接 [考试后台系统](http://49.235.99.41/Ebms/index.html) [学生考试页面](http://49.235.99.41/ExamApp/index.html) ##### 后台系统根账号: 账号 > root 密码 > root #### 使用的模块 ##### 考试后台系统 - Vue@2.6.10 - element-ui@2.15.8 - axios@0.18.1 - echarts@5.3.2 - js-cookie@2.2.0 ##### 学生考试页面 - axios@0.27.2 - Vant@2.12.47 ##### 考试web页 #### 安装教程 > npm i #### 使用说明 测试 > npm run dev 打包 > npm run build:prod