javascript - In bower.json there is only the bootstrap information and no jquery that it depends on.
黄舟
黄舟 2017-06-24 09:43:40
0
1
1053

When bower install bootstrap --save, there is only bootstrap information in bower.json and no jquery that it depends on, but jquey is indeed installed! What is the reason for this?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
巴扎黑

bower.json only saves the dependencies of your project
And jQuery is installed as a dependency of bootstrap
There is no need to add jQuery dependencies to your project, if not necessary

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