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.
是否有 JavaScript 的依赖管理工具/库?
PHP 有Composer和Packagist。
Ruby on Rails 有Bundler。
什么可用于 JavaScript?
看看鲍尔。
您可以指定一个components.json包含项目所有依赖项的文件。
components.json
在浏览器中有用于 nodejs的npm和用于依赖管理的requirejs 。