From the course: Vue.js: Testing and Debugging

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Setting up the sample project

Setting up the sample project

- [Instructor] In this video, you'll be setting up the demo project to follow the exercises in this course. For this, you will need to have your command line terminal open. I already have this open and we'll be going in to the command to pull the project from the remote GitHub repository. Whilst you have your terminal open, navigate to the location in your file system where you want to have the demo project. At this location, type the command git clone and the location of the project, then hit enter. This will pull the project from the remote repository into your current location on the terminal. Once the project completes, you now have a project to work with. Go into the project route with the command CD project name. Next, you need to install the project dependencies by running the command MPM install. This might take a while, so you might want to come back when the installation is done. Once the dependencies…

Contents