官网:https://cli.vuejs.org/zh/

问题描述:想从2.9版本更新到最新版

 解决方案:

npm install -g @vue/cli --force

---------第一次安装----------

+ npm淘宝镜像地址配置

npm config set registry https://registry.npm.taobao.org

+ 全局安装 @vue/cli

npm install -g @vue/cli

+ 使用命令创建项目

vue create xxxx

+ 启动项目

npm run serve

Logo

前往低代码交流专区

更多推荐