摘要: npm --save 当你为你的模块安装一个依赖模块时,正常情况下你得先安装他们(在模块根目录下npm install module-name),然后连同版本号手动将他们添加到模块配置文件package.json中的依赖里(dependencies)。 -save和save-dev可以省掉你手动修改 阅读全文
posted @ 2016-12-20 20:13 天才老王1993 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-12-20 18:08 天才老王1993 阅读(258) 评论(0) 推荐(0) 编辑