切换不同的npm镜像源
淘宝镜像源 # --registry=https://registry.npmmirror.com
npm config set registry https://registry.npmmirror.com
# 国外镜像源 # --registry=https://registry.npmjs.org
npm config set registry https://registry.npmjs.org
"@vue/compiler-sfc": "^3.3.4",
"eslint-plugin-vue": "^9.14.1",
"vue": "^3.3.4",
"vue-eslint-parser": "^9.3.1",
"vue-loader": "^17.2.2",
"vue-router": "^4.2.4",
"vue-template-compiler": "^2.7.14",