Home  >  Article  >  Web Front-end  >  How to check whether vuejs is installed successfully

How to check whether vuejs is installed successfully

青灯夜游
青灯夜游Original
2021-09-01 14:58:558532browse

How to check whether vuejs is successfully installed: 1. Use the key combination "windows+R" to open the "Run" window, enter "cmd", and click "OK"; 2. In the opened cmd command window, execute the command "vue -V", if the version number is output, it means that vuejs is installed successfully, otherwise, the installation is unsuccessful.

How to check whether vuejs is installed successfully

The operating environment of this tutorial: windows7 system, vue2.9.6 version, DELL G3 computer.

How to check whether vuejs is successfully installed:

1. Use the key combination "windows+R" to open the "Run" window and enter "cmd" , click "OK".

How to check whether vuejs is installed successfully

2. In the opened cmd command window, execute the command "vue -V". If the version number is output, it means that vuejs is installed successfully. (Note: If capitalized -V)

How to check whether vuejs is installed successfully

It can be seen that my vuejs was successfully installed and the version number is 2.9.6.

Related recommendations: "vue.js Tutorial"

The above is the detailed content of How to check whether vuejs is installed successfully. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn