Writing a Hangman Game in Vue.js

A Vue.js + Bootstrap Vue project.
Posted on September 22, 2019
by Ernesto Garbarino
This is a project-orientated Vue.js and Bootstrap Vue demonstration. The project is a mobile-first (but also desktop-friendly) Hangman game. The game can be played here.
The game demonstrates the following capabilities:
- Single Page Application (SPA)
- Responsive UI thanks to Bootstrap
- Keyboard operation on Desktop
- Touch operation on mobile
- Downstream and upstream component communication