# online_exam_system **Repository Path**: heleiya/online_exam_system ## Basic Information - **Project Name**: online_exam_system - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # online_exam_system > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). 快速启动 1.当前项目的exam-vue目录下,路径输入cmd进入命令行 注意node版本不能过高,否则有依赖安装不了 npm install --global vue-cli npm install # 安装项目所需的依赖(如果速度过慢, 可以尝试cnpm) npm run serve #启动项目服务 解决报错: 全局更新 npm install npm -g 或者用淘宝镜像命令 cnpm install npm -g 此时, 浏览器打开, 输入网址http://localhost:8080,前端项目就完全跑起来了! 2.使用IDEA进入当前项目的exam-exam目录下 修改application.yml中mysql数据库配置 使用项目sql目录下的sql文件进行导入,然后使用maven导入依赖,启动项目,后台即可运行起来