Vue for React Devs: Similarities

Lessons

1. Intro to Vue for React Devs

2:16

2. Generating the app

3:49

3. Creating a component

6:23

4. Template Basics

6:42

5. Event Handling

3:57

6. Dynamic and Scoped Style

4:08

Creating a component

Some Prep Work

In this lesson, we’re finally going to write some Vue code.

Let’s first remove all the default files in the src/components folder.

Also remove all the code inside the src/App.vue file. We’re going to