Overview
Learn everything you need to know to get started with Vue.js components. Web components are custom developer defined HTML elements, like <p>,<body>, or <button>, that allows us to encapsulate some functionality of our applications.
Components are the puzzle pieces of a Vue.js website. Components combine blocks of HTML, JavaScript, and CSS. And as a result, they allow us to easily encapsulate and reuse functionality in our applications.
Course duration
2 Days
Course outline
1 Component Basics
2 Components In-depth
3 Vue.js Component Exercises
4 Learn Vue.js Component Testing
5 Introduction to Vue Router
6 Vue Router Fundamentals
7 Vue Router Embellishments