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

How to uninstall vue.js

王林
Release: 2020-11-19 14:09:59
Original
12784 people have browsed it

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

Installation The command of the latest version of Vue:

npm install  -g @vue/cli
Copy after login

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!

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 [email protected]
Popular Tutorials
More>
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!