Home  >  Article  >  Web Front-end  >  Check whether vue.js is installed

Check whether vue.js is installed

coldplay.xixi
coldplay.xixiOriginal
2020-11-11 10:45:413882browse

How to check whether vue.js is installed: First, open "Run" in the start menu bar in the lower left corner of the computer desktop; then click and enter "cmd" in the pop-up window, and left-click the " OK"; in the last window, click to enter the command "vue -v", press Enter to confirm, and a prompt for vue-related commands will pop up.

Check whether vue.js is installed

The operating environment of this tutorial: windows10 system, vue2.9, this article is applicable to all brands of computers.

[Related article recommendations: vue.js]

How to check whether vue.js is installed:

1. First, open "Run" in the start menu bar in the lower left corner of the computer desktop.

Check whether vue.js is installed

#2. Then click and enter "cmd" in the pop-up window, and click "OK" with the left mouse button below.

Check whether vue.js is installed

3. Then click and enter the command "vue -v" in the pop-up window, press Enter to confirm, and a prompt for vue-related commands will pop up, indicating that vue is successfully installed. Yes.

Check whether vue.js is installed

Related free learning recommendations: JavaScript (video)

The above is the detailed content of Check whether vue.js is installed. 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
Previous article:What is vue’s $router?Next article:What is vue’s $router?