tutorial

All posts tagged with: tutorial

Vue.js for beginners: add a cart content component to the demo app of Vue Mastery

2020. Jun. 29. · 6 min read
One learns the basics of Vue.js by building a product page in the great (and free) introductory course of Vue Mastery. The demo app includes typical web-shop features, like variations, availability, reviews, etc. It lacks a cart content display however. So I thought it would be great to create a component for that as an exercise in what has been learned by the course.