awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Frontend Asset Bundlers · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesFrontend Asset Bundlers

Tools that aggregate and optimize web assets like scripts, styles, and images for browser consumption.

Explore 6 awesome GitHub repositories matching development tools & productivity · Frontend Asset Bundlers. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Build Tooling
  4. Build Orchestration and Logic
  5. Build Orchestration and Configuration
  6. Build and Automation Systems
  7. Build Tools
  8. Frontend Asset Bundlers

Awesome Frontend Asset Bundlers GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    Unites various module bundling tools and configuration strategies to streamline the packaging of client-side code.

    awesomeawesome-listlists
  • vuejs/vue

    vuejs/vue

    209,962GitHubView on GitHub↗

    This project is a framework for building user interfaces through a component-based architecture. It utilizes a declarative template syntax and a reactive data-binding system to synchronize application state with the Document Object Model. Developers can construct complex interfaces by composing reusable, self-contained

    Extracts component-level styles into separate files during the build process to optimize performance.

    TypeScriptframeworkfrontendjavascript
  • twbs/bootstrap

    twbs/bootstrap

    173,988GitHubView on GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By es

    Modular Sass imports allow developers to include only necessary components, reducing final CSS file size by excluding unused styles.

    MDXbootstrapcsscss-framework
  • animate-css/animate.css

    animate-css/animate.css

    82,632GitHubView on GitHub↗

    Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definit

    Reduces project overhead by enabling the selective packaging of only required animation assets during the build and bundling process.

    CSSanimationcsscss-animations
  • vitejs/vite

    vitejs/vite

    78,295GitHubView on GitHub↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the d

    Unifies the development and production lifecycle by managing the packaging and transformation of client-side assets.

    TypeScriptbuild-tooldev-serverfrontend
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    Aggregates diverse web assets like scripts, styles, and images into efficient packages for browser deployment.

    JavaScriptamdbuild-toolcommonjs

Explore sub-tags

  • Asset BundlersBuild tools that selectively compile and package modules to minimize final project payload size.
  • CSS Extraction ToolsTools that isolate and extract component-level styles into separate files during the build process.
  • Frontend Build ToolchainsUnified pipelines that manage the packaging and production of client-side code and dependencies.
Library BundlersTools for defining entry points and managing external dependencies to generate optimized library builds.
  • Multi-Page Application BuildersBuild configurations that support multiple HTML entry points for generating multi-page applications.
  • Sass Build OptimizationsTools that optimize Sass component inclusion to reduce the final size of generated CSS files.