In this article, you will learn about the Vue Command Line Interface.

Vue CLI allows you to create pre-configured Vue projects. Also, if you prefer graphical user interfaces, you can use the Vue GUI to create and configure your projects.

Prerequisities

Before following the tutorial, you should have basic knowledge about terminals and Vue. Additionally, you should have Vue installed on your machine. You can check whether you have Vue installed or not by running either of the two commands:

vue -V

Or

vue

vue -V outputs the Vue version you have on your machine. On the other hand, Vue tells you the available Vue commands.

If you do not have Vue installed, you will get an error when running any of the above commands. However, you will see later in the article how to install the CLI and how to use it.

#programming #web-development #vue #vuejs #javascript

Get Started With Vue CLI and UI
2.60 GEEK