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
Click to load comments...