Home > Article > Web Front-end > How to uninstall vue.js
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.
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!