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

Type Fundamentals

Introduction

One of TypeScript’s fundamental concepts is the ability to define static types that can be used to enhance development. In this lesson, we will be covering some of