Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 759 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 759 Bytes

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