https://github.com/mrtimeey/geek-quotes-app
An application for displaying random geek quotes and playing around with github-pages hosting .
https://github.com/mrtimeey/geek-quotes-app
geek-quotes github-pages quotes-application vuejs vuex
Last synced: 11 months ago
JSON representation
An application for displaying random geek quotes and playing around with github-pages hosting .
- Host: GitHub
- URL: https://github.com/mrtimeey/geek-quotes-app
- Owner: MrTimeey
- License: mit
- Created: 2021-03-09T20:07:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-16T14:59:09.000Z (about 5 years ago)
- Last Synced: 2025-04-05T23:31:32.350Z (about 1 year ago)
- Topics: geek-quotes, github-pages, quotes-application, vuejs, vuex
- Language: Vue
- Homepage: https://mrtimeey.github.io/geek-quotes-app/
- Size: 946 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geek-quotes-app
Simple vue application for displaying geek quotes.
It's a learning project for hosting a vue-application on github-pages.
It consumes the [geek-quote-api](https://github.com/FotieMConstant/geek-quote-api) by [FotieMConstant](https://github.com/FotieMConstant).
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Deploys version to gh pages branch (execution in GitBash)
```
npm install
npm run deploy
```