awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesClient-Side Dependency Managers

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.

Awesome Client-Side Dependency Managers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • twitter/bowerAvatar de twitter

    twitter/bower

    14,922Ver en GitHub↗

    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.

    JavaScript
    Ver en GitHub↗14,922
  • seajs/seajsAvatar de seajs

    seajs/seajs

    8,270Ver en GitHub↗

    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.

    JavaScript
    Ver en GitHub↗8,270
  1. Home
  2. Web Development
  3. Client-Side Dependency Managers