From the course: Vue.js 2 for Web Designers

Working with the exercise files - Vue.js Tutorial

From the course: Vue.js 2 for Web Designers

Start my 1-month free trial

Working with the exercise files

- [Instructor] The exercise files for this course include everything you'll need to follow along. If you're just watching and following along, there are folders for each chapter, and each video. Including all the files as they stand at the start and the end of each. You can open those and read through them at your own pace. If you're planning to type along with me, and I recommend that you do, there's also a work in progress folder, called wip, included in each chapter folder with files as they should begin each chapter. You can write all the same code as I am, and just go through each video one by one. There will be a few instances where I've included a snippet of code, or HTML to be pasted in, which you'll find in the start folder of the relevant video. I'll call those out as we get to them. Some of these projects will be best used by loading the exercise files through a web server, preferably a local web server running on your machine. I'll call those out as well. The node_modules folder included with this course has copies of Vue and other libraries we'll be using, so you can work through the projects while you're offline. Also note that if you use the command line package managers, npm, or yarn, there's a package.json file, so you can use npm or yarn to update the libraries that we're using.

Contents