Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Bower 是否会安装我正在安装的组件的依赖项。假设我安装了一个需要 jQuery 的组件。Bower 还会安装 jQuery 吗?
如果您安装的组件有一个将 jQuery 定义为依赖项的 bower.json,Bower 将为您安装 jQuery 依赖项。