An open API service indexing awesome lists of open source software.

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

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/).