Home > Article > Web Front-end > How to check whether vue.js is installed successfully
How to check whether vue.js is successfully installed: 1. Press the [win r] key combination to open the run window; 2. Enter cmd and click [OK]; 3. Enter in the open command prompt [vue -v] command, if vue related commands are displayed, it means that vue is installed successfully.
View method:
(Learning video recommendation: javascript video tutorial)
1. Use the key combination [windows+R] to open the run dialog box, enter cmd in it and press Enter to open the command prompt
#2. Enter the vue -v command in the command prompt and return A prompt for Vue-related commands will pop up after the car, indicating that Vue is successfully installed.
Related recommendations: vue.js tutorial
The above is the detailed content of How to check whether vue.js is installed successfully. For more information, please follow other related articles on the PHP Chinese website!