
Intro to Vue 3 + TypeScript
Lessons
1. Why Vue & TypeScript
2. Setting Up Vue 3 & TypeScript
3. Creating Components with TypeScript
4. Type Fundamentals
5. Defining Custom Types
6. Data with Custom Types
7. Props with Types
8. Computed & Methods with Custom Types
9. Next Steps
10. Bonus: Composition API with TypeScript
Type Fundamentals
The key first step with using TypeScript with Vue is learning the fundamentals of what types are as well as how to assign types to variables.