Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 714 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 714 Bytes

antd-question

#问答系统 使用 vue2 + vue-cli3 + express + mysql + antd 实现的问答系统

#项目内容

1 单选
2 多选
3 填空题
4 矩阵填空
5 矩阵评分
6 段落说明

上列6类题目的 增删查改!

6类题目前端显示,用户作答自动判断出得分!

后端使用的是 express + mysql

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.