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

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 .

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
```