温暖溪流

文章
6
资源
0
加入时间
2年10月17天

npm的常用命令

npm i styled-components@latest // 更新到最新版npm i styled-components@2.2.1 // 更新到具体某个版本npm info iview // npm查看某个模块的所有版本npm install axios // 安装新包npm install -g // 全局安装(不用进入项目目录)npm install -d ...