Building a Hangman Game with Vue.js [via 30Platforms]

Working on a project that you are motivated to build is one of the most effective ways to learn how to code.
Blair Googer
Full Stack Web Developer

We can't repeat this enough! We love tutorials - like this one by Blair - that help people understand new technologies by building something FUN!

In his tutorial, he shows you how to build a Hangman Game. You will learn about conditional rendering, reactivity and array loops in Vue.js!

There's also a full video walkthrough, by the way, if you prefer this to reading it step-by-step!

Read Tutorial

Similar Articles
Set up easy Vue Pagination for Laravel Projects [via Cloudways]
24.08.2018  •  in #Tutorial, #Bookmarks
In his tutorial for Cloudways, Pardeep Kumar shows you how to easily create a pagination with Vue and Laravel!
Managing User Permissions in a VueJS App [via Anthony Gore]
10.04.2018  •  in #Bookmarks
Creating different user roles for a frontend app can get a little messy as the project progresses. Suddenly the definitions of user permissions are scattered and duplicated throughout UI Components, API services or database queries. (Been there, do...