Home > Article > Web Front-end > How to check vue.cli version
How to check the vue.cli version: First, directly click "Start" to open the "Run" window; then enter cmd to call up the command line, and enter [vue -V] in the command line to view the version .
【Recommended related articles: vue.js】
Check vue.cli version Method:
You can directly click "Start", open the "Run" window, and enter cmd to bring up the command line.
Enter vue -V in the command line, (capital V), you can query the version number, otherwise 'vue' will appear. It is not an internal or external command, nor Runnable program or batch file. ”
Related free learning recommendations: javascript(Video)
The above is the detailed content of How to check vue.cli version. For more information, please follow other related articles on the PHP Chinese website!