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?
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
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