https://github.com/bondok6/quiz-game
Simple Quiz Game App, Built with Vue.js
https://github.com/bondok6/quiz-game
vercel vue vuex
Last synced: 2 months ago
JSON representation
Simple Quiz Game App, Built with Vue.js
- Host: GitHub
- URL: https://github.com/bondok6/quiz-game
- Owner: Bondok6
- Created: 2022-10-16T18:13:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T20:13:33.000Z (over 3 years ago)
- Last Synced: 2025-06-04T07:47:34.625Z (about 1 year ago)
- Topics: vercel, vue, vuex
- Language: Vue
- Homepage: quiz-game-lovat.vercel.app
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Game App
> Simple Quiz Game App, Built with Vue.js
## [Live Demo Link](https://quiz-game-lovat.vercel.app/)
## Clone the project
```
git clone git@github.com:Bondok6/quiz-game.git
cd quiz-game
```
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).