Home > Article > Web Front-end > How to check whether vuejs is installed successfully
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.
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".
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)
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!