📌  相关文章
📜  什么是 --save-dev 安装包时检查 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:52.588000             🧑  作者: Mango

代码示例1
--save-dev is used to save the package for development purpose. Example: unit tests, minification..
--save is used to save the package required for the application to run.