# exam-system-side **Repository Path**: zh8739/exam-system-side ## Basic Information - **Project Name**: exam-system-side - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # exam-style ## Project setup ```shell npm install # new cmd cd server npm install ``` ### Compiles and hot-reloads for development ```shell npm run serve # new cmd cd server npm run srve ``` ### Compiles and minifies for production ```shell npm run build ``` ### Run your tests ```shell npm run test ``` ### Lints and fixes files ```shell npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 安装插件 - vue-router 管理路由菜单 - axios 进行数据请求 - elementui 进行页面布局 - md5 对用户的密码和用户id加校验(加密),在数据库只保持这个校验值,每次登陆都对这个校验值和数据库的校验值比对,相同即可通过,确保拦截 - wangeditor 富文本编辑插件 ## 模块 ```text --- 试卷管理 --- 考试管理 --- 考试管理 ``` ## 注: 请使用ie 10 以上的浏览器