Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suraffy/fancy-quiz-app
A fancy quiz app, that uses a third party API.
https://github.com/suraffy/fancy-quiz-app
Last synced: 12 days ago
JSON representation
A fancy quiz app, that uses a third party API.
- Host: GitHub
- URL: https://github.com/suraffy/fancy-quiz-app
- Owner: suraffy
- License: mit
- Created: 2023-05-13T08:10:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T19:25:37.000Z (over 1 year ago)
- Last Synced: 2023-10-14T21:17:15.728Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fancy-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/).