以node 12.20.0为例子,想下载哪个版本,后面写哪个版本
https://registry.npmmirror.com/binary.html?path=node/v12.20.0/

安装国内镜像7.1.0 cnpm
npm install -g [email protected] -g --registry=https://registry.npmmirror.com

安装vue脚手架4.5.15
cnpm install -g @vue/[email protected]

安装依赖
npm install --registry=https://registry.npmmirror.com
启动项目
npm run dev