Part 1: Introduction and Crash Course
In this part, we will be introduced to the Vue framework by building Vue components and running live projects. We will find out how easy it is to control data using Vue’s two-way binding directives syntax, understand event life cycles and reactivity in Vue, and become comfortable creating complex forms.
We will cover the following chapters in this section:
- Chapter 1, Starting Your First Vue Project
- Chapter 2, Working with Data
- Chapter 3, Vite and Vue Devtools