Home>Article>Web Front-end> How to check your vuejs version number

How to check your vuejs version number

青灯夜游
青灯夜游 Original
2021-09-24 16:24:54 5553browse

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.

How to check your vuejs 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".

How to check your vuejs version number

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.

How to check your vuejs version number

Method 2:

Enter the vue project, open the vue.js file, and directly search for Vue.version (vue.min. js search version directly)

How to check your vuejs version number

How to check your vuejs version number

How to check your vuejs version number

#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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn