首页 > 问答 > 正文
bower install bootstrap --save 时在bower.json中只有 bootstrap的信息并没又其依赖的jquery,但是jquey确实是安装了!请问这是怎么原因?
巴扎黑2017-06-24 09:45:40
bower.json 只保存你项目的依赖 而jQuery是作为bootstrap的依赖安装的你的项目也无需添加jQuery的依赖,如无必要