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:
Click to load comments...