https://github.com/ibwei/edu-test-admin
教育出题的后台管理系统
https://github.com/ibwei/edu-test-admin
Last synced: 6 months ago
JSON representation
教育出题的后台管理系统
- Host: GitHub
- URL: https://github.com/ibwei/edu-test-admin
- Owner: ibwei
- Created: 2020-06-01T17:40:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T23:09:48.000Z (about 3 years ago)
- Last Synced: 2025-05-17T23:39:22.135Z (8 months ago)
- Language: TypeScript
- Size: 1.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xuechangcs
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).