Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshyabatman/vue-quiz
A simple trivia Quiz game using Vue.JS
https://github.com/lakshyabatman/vue-quiz
Last synced: about 2 months ago
JSON representation
A simple trivia Quiz game using Vue.JS
- Host: GitHub
- URL: https://github.com/lakshyabatman/vue-quiz
- Owner: lakshyabatman
- Created: 2019-05-09T18:33:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T20:21:08.000Z (over 5 years ago)
- Last Synced: 2024-11-05T16:53:53.942Z (3 months ago)
- Language: Vue
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-quiz
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).