Home> Web Front-end> Vue.js> body text

How to know the version number of vue.js

coldplay.xixi
Release: 2020-11-12 11:28:26
Original
5972 people have browsed it

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
Copy after login

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!