Home >Web Front-end >Vue.js >How to know the version number of vue.js

How to know the version number of vue.js

coldplay.xixi
coldplay.xixiOriginal
2020-11-12 11:28:266109browse

How to find the vue.js version number: 1. Use the code [npm list vue]; 2. Find the [package.json] folder and find [dependencies] to view.

How to know the version number of vue.js

[Related article recommendations: vue.js]

Find vue.js version Number method:

View Vue version number

1. Code method

    npm list vue

2.Other methods

Find the package.json folder and look for "dependencies" and then you can see the version of vue you installed

Check the cli version number

    vue -V

Related free Learning recommendations: JavaScript (video)

The above is the detailed content of How to know the version number of vue.js. 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