From the course: Vue.js 3 Essential Training

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Reorganizing hierarchy

Reorganizing hierarchy

- [Instructor] It's time to work on enhancing our application so that we can feel more comfortable with the application API. Now, here's our plan, we're going to start out by deleting the HelloWorld, as well as the About file, we don't really need those in this project. And then we're going to create a new file that we are going to use to show a Checkout page for the user once they filled items in the cart. I'm also going to fix the route to use that instead of my About page, which is where currently the route is pointing to. And then finally, we're going to scaffold the views and components that we're going to need for this project. That is actually pretty typical, I usually map out the structure of the application and make a plan as to how I'm going to split out the different components. Now, here's where you can find the beginning version of this, as well as the ending version. And now there's going to be a…

Contents