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 では何が利用できますか?
Bowerを見てください。
components.jsonプロジェクトのすべての依存関係を含むファイルを指定できます。
components.json
ブラウザでの依存関係管理には、nodejs用のnpmと requirejsがあります。