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
·

3 repositorios

Awesome GitHub RepositoriesMulti-Page Entry Point Generation

Capabilities for creating multiple distinct HTML files with unique configurations in a single build process.

Distinct from Single-Page Generators: Candidates focus on database instances, SPAs, or deployments, not the generation of multiple HTML entry points.

Explore 3 awesome GitHub repositories matching web development · Multi-Page Entry Point Generation. Refine with filters or upvote what's useful.

Awesome Multi-Page Entry Point Generation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jantimon/html-webpack-pluginAvatar de jantimon

    jantimon/html-webpack-plugin

    10,728Ver en GitHub↗

    This project is a Webpack HTML generator and template engine that creates HTML files and automatically injects compiled script and style bundles. It functions as an asset injection tool and build process minifier to automate the production of web pages. The tool differentiates itself through a customizable template system that supports dynamic variable injection, programmatic content generation, and the ability to generate multiple distinct HTML entry points for multi-page applications. It also provides a hook-based lifecycle pipeline, allowing for the modification of assets and tags before t

    Enables the creation of separate HTML files by initializing multiple plugin instances with distinct configurations.

    JavaScripthtml-webpack-pluginwebpack
    Ver en GitHub↗10,728
  • farm-fe/farmAvatar de farm-fe

    farm-fe/farm

    5,580Ver en GitHub↗

    Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p

    Compiles multiple HTML entry points in parallel while sharing dependencies across pages.

    Rustbuild-toolbundlercompiler
    Ver en GitHub↗5,580
  • ecomfe/specAvatar de ecomfe

    ecomfe/spec

    4,605Ver en GitHub↗

    Spec es un conjunto integral de especificaciones de estándares de codificación frontend y guías de arquitectura de proyectos. Proporciona un framework para organizar estructuras de directorios, dependencias de módulos y diseños de paquetes para crear bases de código escalables y predecibles. El proyecto define estándares de gobernanza rigurosos para componentes de React, incluyendo convenciones de nomenclatura específicas y patrones estructurales para props. También establece una especificación de datos JSON API para garantizar una comunicación predecible entre los componentes del sistema a través de formatos de intercambio estandarizados y estructuras de respuesta HTTP. La especificación cubre una amplia gama de capacidades, incluyendo el cumplimiento de accesibilidad web mediante HTML semántico y controles de formulario accesibles, así como estrategias de optimización del rendimiento web para la manipulación del DOM y la carga de recursos. Detalla además estándares para estilos de codificación de JavaScript, HTML y CSS para mantener la consistencia en los equipos de desarrollo.

    Organizes page entry files to support both single-page and multi-page application architectures.

    Ver en GitHub↗4,605
  1. Home
  2. Web Development
  3. Multi-Page Entry Point Generation

Explorar subetiquetas

  • Architecture PatternsOrganizational rules for entry files supporting SPA and MPA architectures. **Distinct from Multi-Page Entry Point Generation:** Focuses on the architectural organization of entry points rather than the automated generation of HTML files.