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

Props with Types

Introduction

In the last lesson, we learned how to apply custom types to our data option. So in this lesson, we’re going to continue our journ