# questions **Repository Path**: youarefortunate/questions ## Basic Information - **Project Name**: questions - **Description**: Vue3+Vite+Pinia+Swiper实现的刷题demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2024-05-31 - **Last Updated**: 2026-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: Swiper, vue3, TypeScript, element-plus ## README
|
|
| :----------------------------------------------------------: | :----------------------------------------------------------: |
|
|
|
## 三.安装使用
**获取代码**
```bash
$ git clone https://gitee.com/youarefortunate/questions.git
```
**安装依赖**
```bash
$ cd questions
$ npm i
```
**运行**
```bash
$ npm run dev
```
**打包**
```bash
$ npm run build
```
## 四.xlsx支持格式
**字段说明**
| subject | topic | select |
| :------: | :------: | :----: |
| 试题类型 | 题目问题 | 答案 |

**导入之后的json格式**
| 单选题 | 多选题 | 判断题 |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
|
|
|
|