Home > Article > Web Front-end > How to check your vuejs version number
How to check the vuejs version number: 1. Open the cmd command window and execute the "vue -V" command to view it. 2. Enter the vue project, open the "vue.js" file, and directly search for the "Vue.version" item. The value of this item is the version number.
The operating environment of this tutorial: windows7 system, vue2.9.6 version, DELL G3 computer.
How to check your own vuejs version number
Method 1:
Use "win r" shortcut key to open the "Run" window, enter "cmd" and click "OK".
In the open cmd command window, enter the command "vue -V
" (note that there is a capital "V" here), and press Enter to confirm. Can.
Method 2:
Enter the vue project, open the vue.js file, and directly search for Vue.version (vue.min. js search version directly)
#Related recommendations: "vue.js tutorial》
The above is the detailed content of How to check your vuejs version number. For more information, please follow other related articles on the PHP Chinese website!