Home > Article > Web Front-end > How to check the version information of vue.js?
How to check vue.js version information: 1. Use the shortcut key "win r" to open the "Run" window, enter "cmd", press Enter, open the cmd command window; 2. In the cmd command window Enter the command "vue -V" or "vue --version" and press Enter to view it.
How to check the vue.js version
1. Use the shortcut key "win r" to open "Run" Window, click and enter "cmd" in the pop-up window, and left-click "OK" below to open the cmd command window.
2. Enter the command "vue -V
" (note that there is a capital "V" here) or "vue --version" command, press Enter to confirm.
##For more programming-related knowledge, please visit:Related recommendations:
Summary of 2020 front-end vue interview questions (with answers)
vue tutorial recommendation: The latest 5 vue.js video tutorial selections in 2020
Introduction to Programming! !
The above is the detailed content of How to check the version information of vue.js?. For more information, please follow other related articles on the PHP Chinese website!