https://github.com/emosheeep/onlineexercises
将题库(excel表格)内的题目加载到网页中,类似刷题软件一样做题,题库题目需要符合一定的格式。项目经过多次重构,有许多分支,可能没有多复杂,但足够用心。
https://github.com/emosheeep/onlineexercises
Last synced: about 1 month ago
JSON representation
将题库(excel表格)内的题目加载到网页中,类似刷题软件一样做题,题库题目需要符合一定的格式。项目经过多次重构,有许多分支,可能没有多复杂,但足够用心。
- Host: GitHub
- URL: https://github.com/emosheeep/onlineexercises
- Owner: emosheeep
- Created: 2019-11-12T14:55:18.000Z (almost 6 years ago)
- Default Branch: questionWithVue
- Last Pushed: 2024-09-12T15:40:40.000Z (about 1 year ago)
- Last Synced: 2025-04-01T23:07:23.845Z (6 months ago)
- Language: JavaScript
- Homepage: http://app.biubiubius.com:8001
- Size: 658 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exercises
这是我正式学习javascript的第一个项目,最初拿js写,后来用vue写,在后来使用小程序框架又写了一次。还是有不少收获的。
但当时没有构建的概念。随着学习的深入,最近终于学习到了webpack的优化,所以回过头来将之前的项目进行打包上的优化,
并部署到服务器上。> 在线做题网站,Vue框架+Vuex状态管理
[后端仓库地址](https://github.com/1446445040/onlineExercisesServer)
[预览](http://app.biubiubius.com:8001)
## 截图


## 起步
``` bash
# 安装依赖
npm install# 运行服务,端口可在config目录下index.js文件配置
npm run dev# 构建项目并输出打包分析报告(构建项目需要运行在服务器上)
npm run build```
### 可能的问题
运行过程中如果发现请求错误,请大家自行修改一下请求地址,位置如下:```/src/api/api.js```