Home  >  Article  >  Web Front-end  >  How to uninstall vue

How to uninstall vue

青灯夜游
青灯夜游Original
2021-10-27 14:41:0317718browse

How to uninstall vue: 1. Use the "win r" key to open the "Run" window, enter "cmd" and press Enter to open the cmd command window; 2. In the cmd command window, execute "npm uninstall vue -cli -g" command to uninstall vue.

How to uninstall vue

The operating environment of this tutorial: windows7 system, vue2.9.6 version, DELL G3 computer.

How to uninstall vue:

1. Use the "win r" key to open the "Run" window, enter "cmd" and press Enter. Open the cmd command window

How to uninstall vue

How to uninstall vue

2. Enter the following command to uninstall the previous version

npm uninstall vue-cli -g 
或 
yarn global remove vue-cli

Extension:

Install the latest version

	npm install -g @vue/cli
或
	yarn global add @vue/cli

View

vue --version
或
vue -V

Related recommendations: "vue.js Tutorial"

The above is the detailed content of How to uninstall vue. 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