1. 使用 npm install -g @vue/cli
安装脚手架
npm install -g @vue/cli
2. 创建项目
vue create vue3-demo
3.报错info There appears to be trouble with your network connection. Retrying…
报的还是yarn
安装依赖 超时。
4.解决办法
修改vue create 安装默认包管理器,这个包管理器就在(C:\Users\你的系统名称.vuerc)
打开看到包管理器是yarn
,我们改为npm
保存即可
5.重新使用命令创建vue项目
vue create vue3-demo