🚧 NOTICE: You are watching a Vue.js 2 lesson
Introduction to Components
In this lesson, we'll learn about Vue components. We'll get an introduction to what a component is, why we need components and lastly how we can create and use a component in our Vue.js app.
Important Note
Since Vue.js 3 became the default you must now specify version 2 when getting Vue from a CDN.
<script src="https://unpkg.com/vue@2"></script>
Component Basics
6 lessons • 24 min2:51
2:20
6:46
1:50
3:11
NEXT CHAPTER
Components In-depth3 lessons • 17 min