npm安装知识点
作者:互联网
npm npm init npm init -y 表示安装的其他默认为yes
设置淘宝镜像:
npm config set registry https://registry.npm.taobao.org
查看配置情况:
npm config list
npm install --save axios
==== npm install axios
mockjs ---前后台联调之前的请求接口--类似后台的postmen
---npm install --save-dev mock.js
简写为: npm i -D nockjs
npm update
npm uninstall
从镜像上下载
标签:npm,知识点,--,---,init,install,save,安装 来源: https://www.cnblogs.com/liyanxi/p/16653103.html