|
|
4 years ago | |
|---|---|---|
| public | 4 years ago | |
| src | 4 years ago | |
| .editorconfig | 4 years ago | |
| .env.development | 4 years ago | |
| .env.production | 4 years ago | |
| .eslintignore | 4 years ago | |
| .eslintrc.js | 4 years ago | |
| .gitignore | 4 years ago | |
| .travis.yml | 4 years ago | |
| LICENSE | 4 years ago | |
| README.md | 4 years ago | |
| TEMPLATE.md | 4 years ago | |
| babel.config.js | 4 years ago | |
| jest.config.js | 4 years ago | |
| package.json | 4 years ago | |
| plopfile.js | 4 years ago | |
| postcss.config.js | 4 years ago | |
| vue.config.js | 4 years ago |
ELADMIN 前端源码
| 后端源码 | 前端源码 | |
|---|---|---|
| github | https://github.com/elunez/eladmin | https://github.com/elunez/eladmin-web |
| 码云 | https://gitee.com/elunez/eladmin | https://gitee.com/elunez/eladmin-web |
初始模板基于: https://github.com/PanJiaChen/vue-element-admin
模板文档: https://panjiachen.github.io/vue-element-admin-site/zh/guide/
# 配置镜像加速
https://www.ydyno.com/archives/1219.html
# 安装依赖
npm install
# 启动服务 localhost:8013
npm run dev
# 构建生产环境
npm run build:prod
1、linux 系统在安装依赖的时候会出现 node-sass 无法安装的问题
解决方案:
1. 单独安装:npm install --unsafe-perm node-sass
2. 直接使用:npm install --unsafe-perm
2、加速node-sass安装
https://www.ydyno.com/archives/1219.html
考试管理 elexam
cate 考试目录
index 列表/添加/删除
exam 在线考试
argificial 人工阅卷列表页
correct 人工批改
entry 进入考试,考试进行
index 考试信息
online 在线考试列表页
record 人员考试记录
result 考试结果
statistics 考试统计
statisticsDept 部门考试统计
statisticsUser 用户考试统计
item
edit 试题编辑页
index 试题列表页
itempool 题库管理
index 列表页
paper 试卷管理
edit 编辑试卷
index 列表,暂无用
tip: table hasChildren 若为 true 时, children 使用懒加载模式