摘要: npm install = npm i npm install --save = npm install -s (生产/线上) npm install --save-dev = npm install -d (开发) (后者皆为前面的简写) 当npm install安装依赖包时,会将包信息写入pac 阅读全文
posted @ 2020-02-21 23:20 consolelog1 阅读(138) 评论(0) 推荐(0)