The video for this lesson is currently being updated, please read the transcript instead.

Creating home page

In the last lesson, we learned about the single-page app architecture and got a high level understanding of Vue Router.

In this lesson, we'll begin the process of expanding our project into a single-page app.

Before we start, make sure you've checked out the module 4 code branch by typing:

$ git fetch
$ git checkout --track origin/module_4_start

Page components

To view the complete lesson you'll need to login or join this course.


Click to load comments...