智能化学习考试交流平台 前端代码

fanfan 77cc3f9d17 修改README文档 4 years ago
public aac29e1906 first commit 4 years ago
src aac29e1906 first commit 4 years ago
.editorconfig aac29e1906 first commit 4 years ago
.env.development aac29e1906 first commit 4 years ago
.env.production aac29e1906 first commit 4 years ago
.eslintignore aac29e1906 first commit 4 years ago
.eslintrc.js aac29e1906 first commit 4 years ago
.gitignore aac29e1906 first commit 4 years ago
.travis.yml aac29e1906 first commit 4 years ago
LICENSE aac29e1906 first commit 4 years ago
README.md 77cc3f9d17 修改README文档 4 years ago
TEMPLATE.md aac29e1906 first commit 4 years ago
babel.config.js aac29e1906 first commit 4 years ago
jest.config.js aac29e1906 first commit 4 years ago
package.json aac29e1906 first commit 4 years ago
plopfile.js aac29e1906 first commit 4 years ago
postcss.config.js aac29e1906 first commit 4 years ago
vue.config.js aac29e1906 first commit 4 years ago

README.md

ELADMIN-WEB

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://el-admin.vip

前端模板

初始模板基于: https://github.com/PanJiaChen/vue-element-admin

模板文档: https://panjiachen.github.io/vue-element-admin-site/zh/guide/

Build Setup

# 配置镜像加速
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

OTHER

考试管理 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 使用懒加载模式