标签:模块 开发 depend nod 指定 -- bsp 属性 node
--save
参数表示将该模块写入dependencies
属性,--save-dev
表示将该模块写入devDependencies
属性。dependencies
字段指定了项目运行所依赖的模,devDependencies
指定项目开发所需要的模块。标签:模块 开发 depend nod 指定 -- bsp 属性 node
原文地址:http://www.cnblogs.com/lwwen/p/6897633.html