//仓库地址 https://www.npmjs.com/
//查看当前镜像 npm get registry
//切换镜像 npm config set registry http://registry.npm.taobao.org
//初始化一个项目 npm init npm init -y //不需确认
//查看已安装模块 npm list
//安装包 npm install vue npm i vue@3.0.6 //全局安装 npm install -g 模块名
//查看全局包路径 npm root -g
版本号
//执行json里的脚本 npm run test