2 Repos
Tools that resolve and manage internal and external code requirements directly within the browser environment.
Distinct from Client-Side Asset Managers: Focuses on the runtime resolution of dependencies in the browser rather than build-time bundling or asset management.
Explore 2 awesome GitHub repositories matching web development · Client-Side Dependency Managers. Refine with filters or upvote what's useful.
Bower is a front-end package manager and client-side dependency manager designed to resolve and download components for web projects. It ensures consistent versions of third-party JavaScript libraries and CSS assets across different development environments. The system functions as a flat dependency resolver, installing packages into a flat directory structure to avoid nested dependency conflicts in the browser. It utilizes a JSON-based manifest to map package names to specific git repositories or version tags. The tool manages the web asset workflow by fetching specific library versions dir
Resolves and manages front-end package requirements to prevent conflicts between libraries in web applications.
SeaJS is a client-side JavaScript module loader and dependency manager. It provides a system for resolving and loading isolated JavaScript files as modules, ensuring that internal and external code requirements are met before execution. The project distinguishes itself as a pluggable asset loader, utilizing a plugin system to load and integrate non-JavaScript assets, such as stylesheets and text files, directly into the module workflow. The system handles frontend dependency resolution through dependency-graph tracking and dynamic path resolution. It manages code organization via isolated mo
Provides a mechanism for declaring and resolving internal and external code requirements before executing web modules.