This commit is contained in:
8324144
2026-05-18 14:57:00 +08:00
commit cddb096a72
72 changed files with 25365 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# 考试系统
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```