From the course: Vue.js 2 Essential Training

Using the exercises for this course

From the course: Vue.js 2 Essential Training

Start my 1-month free trial

Using the exercises for this course

- [Instructor] This course is a little bit different than most. In the first part of the course, the exercises are built using a popular code playground, called CodePen. Now, at the beginning of each of those movies, you'll get a link to a place where you can play around with the code and follow along with me as I build the application. Once you get to chapter six, I show you how to use build tools to install Vue, as well as other modules. You can find all the exercises for those movies on GitHub at this URL. The repository is built so that there are branches for each of the videos in the course. You can use this Branch popup right here to switch to a specific branch and take a look at the code at that stage. So, for example, 06_04e would show you the code at the end of chapter six and video four. If you want to look at how the code looked at the beginning of that video, take a look at 06_04b. Now, most of the time, we're going to be working with the files that are in the source folder, and there's going to be a subfolder called components. If you want to, you can download any of these files just by going to the branch that you want and then hitting this Clone or download button and downloading the ZIP file for the video that you want to follow along with. You may need to install npm as well as Git before you do this. And if you need more experience working with Git and GitHub, make sure you take a look at our library for Learning Git and GitHub.

Contents