Part 2: Building Your First Vue App
In this part, we will learn how to pass data from parent to children components using props and custom events, and how to create reusable component logic with the Composition API. We will also learn how to build a complex app structure with routing and animations. We will go through every essential topic and get to know how Vue handles it and how to use it effectively with hands-on exercises.
We will cover the following chapters in this section:
- Chapter 4, Nesting Components (Modularity)
- Chapter 5, The Composition API
- Chapter 6, Global Component Composition
- Chapter 7, Routing
- Chapter 8, Animations and Transitions