Lessons: 18Length: 2.3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.1 Creating a QuizList Component

One of the fundamental building blocks of Vue.js is the component. Think of components as self-contained functionality that includes HTML templates, corresponding scripts and logic, and any necessary styling. Let's begin exploring components and see how to create them.