Setup the app component
Well, let's get started building this app.
So the first thing I want to do is add a component called App.
This is where sort of most of our functionality is going to reside.
So let's go up to the our source folder here and we'll create a new directory called components
and I'll create a new file in that called App.vue.
All right?
So let's add to our root instance here, let's add a components section and let's import
this app component.
Click to load comments...