https://github.com/core2002/quiz_web
https://github.com/core2002/quiz_web
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/core2002/quiz_web
- Owner: Core2002
- Created: 2023-04-14T04:56:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T09:05:20.000Z (about 3 years ago)
- Last Synced: 2025-04-13T01:48:43.728Z (about 1 year ago)
- Language: Vue
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# base
## Project setup
```
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
```
### Compiles and hot-reloads for development
```
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
```
### Compiles and minifies for production
```
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
```
### Lints and fixes files
```
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint
```
### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).