Intro to Vue 3 + TypeScript

Lessons

1. Why Vue & TypeScript

9:29

2. Setting Up Vue 3 & TypeScript

6:07

3. Creating Components with TypeScript

4:14

4. Type Fundamentals

7:52

5. Defining Custom Types

5:55

6. Data with Custom Types

6:31

7. Props with Types

4:09

8. Computed & Methods with Custom Types

3:46

9. Next Steps

1:44

10. Bonus: Composition API with TypeScript

6:23

Data with Custom Types

Introduction

Now that we know how to define custom types, it’s time for us to apply our new abilities to Vue itself! To start, we will be taking a look at the data option first.

The Problem

When we open up `EventDet