Migrating to single-file components
In this video, we're going to see how our project's components can be migrated to single-file components.
Module 3 code
Before we begin, make sure you've checked out the module 3 branch from the source code repository.
$ git fetch
$ git checkout --track origin/module_3_start
Once you've done that and opened the project in your IDE you'll notice the code base is slightly changed from the end of module 2.
Click to load comments...