The video for this lesson is currently being updated, please read the transcript instead.

Creating a Vue CLI project

Now that we've successfully installed Vue CLI, we can use it to create a new Vue project with a best-practice development environment.

In this video, we'll set up a new project and also learn about the default configuration and boilerplate that Vue CLI provides.

Setting up a new project

Firstly, go to the directory on your development machine where you want to create a new project. For me, that will be the Workspace directory.

$ cd ~/Workspace

Then type:

To view the complete lesson you'll need to login or join this course.


Click to load comments...