• 方式1安装:
npm install -g vue-cli
  • 方式1卸载:
npm uninstall -g vue-cli
  • 方式2安装:
npm install -g @vue/cli
  • 方式2卸载:
npm uninstall -g @vue/cli

相关文章: