Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodingmontana/vue-quiz-app
A Quiz App Build with Vue.js and Open Trivia DB API
https://github.com/thecodingmontana/vue-quiz-app
montana254 trivia-arena
Last synced: 6 days ago
JSON representation
A Quiz App Build with Vue.js and Open Trivia DB API
- Host: GitHub
- URL: https://github.com/thecodingmontana/vue-quiz-app
- Owner: thecodingmontana
- Created: 2021-03-04T16:23:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T16:05:46.000Z (almost 4 years ago)
- Last Synced: 2024-12-19T03:42:48.490Z (16 days ago)
- Topics: montana254, trivia-arena
- Language: Vue
- Homepage: https://trivia-arena-254.web.app/
- Size: 135 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-quiz-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).