CLI stands for Command Line Interface. A cli runs one or multiple commands successively in a command line interface. Vue.js also has a cli which, when installed, makes it super easy to spin up a project. We will be using a vue-cli in this book to create the Vue.js application. Let's install vue-cli with the following command. You can execute this command in your root folder:
$ npm install -g vue-cli