标签:global har htm csharp 环境配置 npm https sharp tps
npm install -g @vue/cli # OR yarn global add @vue/cli
参考:https://cli.vuejs.org/zh/guide/installation.html
旧版本处理:Vue CLI 的包名称由 vue-cli 改成了 @vue/cli。 如果你已经全局安装了旧版本的 vue-cli (1.x 或 2.x),你需要先通过 npm uninstall vue-cli -g 或 yarn global remove vue-cli 卸载它。
标签:global har htm csharp 环境配置 npm https sharp tps
原文地址:https://www.cnblogs.com/chiglish/p/13279895.html