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

How to uninstall vue.js

王林
王林Original
2020-11-19 14:09:5913047browse

How to uninstall vue.js: First execute the [npm uninstall vue-cli -g] command to uninstall; then execute the [vue -V] command to check whether the uninstallation is successful. If you want to install vue, execute the [npm install -g @vue/cli] command.

How to uninstall vue.js

Uninstall command:

(Learning video sharing: javascript video tutorial)

npm uninstall  vue-cli  -g

Installation The command of the latest version of Vue:

npm install  -g @vue/cli

After the installation is completed, execute the command "vue -V" to check whether the installation is successful and the version.

Related recommendations: vue.js tutorial

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