github - bower install和直接在git下载有什么区别?
阿神
阿神 2017-04-28 09:04:52
0
3
663

如题,我bower install 以后,看了一下目录结构,和github上的完全不一样.这个框架直接download下来引入一下就能用,为什么还要bower install呢?

阿神
阿神

闭关修行中......

reply all(3)
阿神

bower is a plug-in management tool.

There is a scenario where there are two jquery plug-ins, one depends on 1.0 and the other depends on 1.1, then we know to download jquery 1.0 instead of 1.1. Otherwise there may be problems.

So if you use 10 jquery plug-ins, how do you manage them? At this time, the function of bower will appear, helping you manage dependencies.

世界只因有你

Bower will be more automated. I think it is very convenient. One bower.json can handle all dependencies

给我你的怀抱

Bower helps you manage more plug-in dependencies, not just a download tool.
It is a management tool, not a download tool.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template