/geek-quotes-app

An application for displaying random geek quotes and playing around with github-pages hosting .

Primary LanguageVueMIT LicenseMIT

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