Skip to content

An application for displaying fancy words and playing around with github-pages hosting .

License

Notifications You must be signed in to change notification settings

MrTimeey/word-of-the-day

Repository files navigation

word-of-the-day Deploy to Github Pages

Simple vue application for displaying words with definitions. It's a learning project for hosting a vue-application on github-pages. The application will automatically deployed to github pages after changes on the main branch.

It consumes the words-api by MrTimeey.

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