赞
踩
先要安装 Node.js 和 npm
自己在安装过程中出过一些错误,然后我就先安装了 webpack,首先是获取root权限
sudo -s npm install webpack -g
安装脚手架(一次不成功就多试几次)
npm install -g @vue/cli