awesome-repositories.com
Blog
MCP
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
·
markdalgleish avatar

markdalgleish/static-site-generator-webpack-plugin

0
View on GitHub↗
1,607 estrellas·85 forks·JavaScript·MIT·7 vistas

Static Site Generator Webpack Plugin

Este proyecto es un plugin para el empaquetador de módulos Webpack que transforma código de aplicación dinámico en archivos HTML estáticos pre-renderizados. Al ejecutar funciones de JavaScript durante el proceso de compilación, genera activos estáticos directamente desde el pipeline de compilación, facilitando el despliegue en servidores web estándar.

La herramienta se distingue por el descubrimiento automático de rutas, que identifica y renderiza todas las rutas de aplicación alcanzables recorriendo enlaces e iframes durante la fase de compilación. Esto elimina la necesidad de configuración manual de las páginas del sitio. Además, proporciona mecanismos para inyectar variables globales personalizadas o entornos similares a navegadores en el proceso de renderizado, asegurando la compatibilidad con código que requiere acceso específico al ámbito global.

El plugin se integra en el ciclo de vida de compilación para gestionar la inyección de activos, exponiendo automáticamente los datos de compilación a las plantillas. Esto permite la inclusión dinámica de hojas de estilo generadas y referencias de scripts dentro de la salida estática final. El proyecto se distribuye como un paquete estándar para su integración en configuraciones de compilación existentes.

Features

  • Static Site Generators - Transforms dynamic application routes into static HTML files for faster deployment.
  • Static Site Plugins - Provides a plugin to transform dynamic application code into pre-rendered static HTML files.
  • Build Plugin Integrators - Integrates into the bundler lifecycle to intercept compilation and execute custom rendering logic.
  • Webpack Asset Generators - Executes JavaScript functions during compilation to render application routes into static HTML.
  • Webpack Build Pipelines - Extends the build pipeline to execute rendering logic and inject assets into templates.
  • Static HTML Generators - Transforms application routes into static HTML files during the build process.
  • Automation Configuration Discovery - Eliminates manual configuration by automatically discovering and rendering all reachable site pages.
  • Node.js Execution Environments - Executes application code in a server-side JavaScript context to generate static markup.
  • Build-Time Execution - Crawls site routes and executes rendering logic to generate static assets from the build pipeline.
  • Static Route Prerendering - Pre-renders specific application routes into static HTML to improve initial load performance.
  • Dependency Tree Traversers - Traverses module trees and linked assets to automatically discover all reachable application routes.
  • Virtual DOM Renderers - Serializes virtual DOM component trees into static HTML strings for initial page delivery.
  • Site Link Mappers - Automatically identifies site routes by traversing internal links and iframes during the build.

Historial de estrellas

Gráfico del historial de estrellas de markdalgleish/static-site-generator-webpack-pluginGráfico del historial de estrellas de markdalgleish/static-site-generator-webpack-plugin

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Static Site Generator Webpack Plugin

Colecciones seleccionadas manualmente donde aparece Static Site Generator Webpack Plugin.
  • Generadores de sitios estáticos
  • Generadores de sitios de documentación versionada
  • Generadores de sitios estáticos

Alternativas open-source a Static Site Generator Webpack Plugin

Proyectos open-source similares, clasificados según cuántas características comparten con Static Site Generator Webpack Plugin.
  • chrisvfritz/prerender-spa-pluginAvatar de chrisvfritz

    chrisvfritz/prerender-spa-plugin

    7,278Ver en GitHub↗

    This project is a build-time tool that converts single-page application routes into static HTML files. It functions as a Webpack build plugin that uses a headless browser to execute JavaScript and capture the final DOM state as static markup to improve search engine optimization and initial page load speeds. The system provides precise control over the capture process through custom render triggers, allowing HTML generation to be delayed until a specific DOM element appears, a custom event fires, or a timer expires. It also supports global state injection, which embeds JSON-serializable data

    JavaScriptprerenderseospa
    Ver en GitHub↗7,278
  • angular/universalAvatar de angular

    angular/universal

    4,001Ver en GitHub↗

    Angular Universal is a server-side rendering framework and static site generator for Angular applications. It provides the core engines and tools necessary to generate HTML on a server or during the build process to improve initial load performance and search engine optimization. The project enables both dynamic server-side rendering for on-demand HTML generation and build-time prerendering to create static files for predefined routes. It features a hydration engine that transfers server-side state and cached HTTP responses to the client, preventing the browser from duplicating network reques

    TypeScript
    Ver en GitHub↗4,001
  • sveltejs/kitAvatar de sveltejs

    sveltejs/kit

    20,586Ver en GitHub↗

    SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create websites with both client-side interactivity and server-side logic. It provides the infrastructure to build a variety of application types, including single page applications and static sites. The project utilizes an adapter-based deployment system to support multi-platform hosting. This allows a single codebase to be packaged for different environments, such as standalone Node servers, serverless edge deployments on Cloudflare, or hosted platforms like Vercel and Netlify. The fr

    JavaScript
    Ver en GitHub↗20,586
  • tiddlywiki/tiddlywiki5Avatar de TiddlyWiki

    TiddlyWiki/TiddlyWiki5

    8,599Ver en GitHub↗

    TiddlyWiki5 is a modular wiki engine and non-linear knowledge base that organizes information into small, linked chunks. It can function as a single-file personal wiki where all content and application logic are stored within one HTML file for local-first use, or as a self-hosted wiki server that serves content over HTTP. The project is distinguished by a data-driven architecture where plugins and extensions are treated as stored data entries. It features a filter-based query engine for manipulating structured data and a transclusion system that allows the live content of one entry to be embe

    JavaScripthacktoberfesthtmljavascript
    Ver en GitHub↗8,599
Ver las 30 alternativas a Static Site Generator Webpack Plugin→

Preguntas frecuentes

¿Qué hace markdalgleish/static-site-generator-webpack-plugin?

Este proyecto es un plugin para el empaquetador de módulos Webpack que transforma código de aplicación dinámico en archivos HTML estáticos pre-renderizados. Al ejecutar funciones de JavaScript durante el proceso de compilación, genera activos estáticos directamente desde el pipeline de compilación, facilitando el despliegue en servidores web estándar.

¿Cuáles son las características principales de markdalgleish/static-site-generator-webpack-plugin?

Las características principales de markdalgleish/static-site-generator-webpack-plugin son: Static Site Generators, Static Site Plugins, Build Plugin Integrators, Webpack Asset Generators, Webpack Build Pipelines, Static HTML Generators, Automation Configuration Discovery, Node.js Execution Environments.

¿Qué alternativas de código abierto existen para markdalgleish/static-site-generator-webpack-plugin?

Las alternativas de código abierto para markdalgleish/static-site-generator-webpack-plugin incluyen: chrisvfritz/prerender-spa-plugin — This project is a build-time tool that converts single-page application routes into static HTML files. It functions as… angular/universal — Angular Universal is a server-side rendering framework and static site generator for Angular applications. It provides… sveltejs/kit — SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create… tiddlywiki/tiddlywiki5 — TiddlyWiki5 is a modular wiki engine and non-linear knowledge base that organizes information into small, linked… cobiwave/simplefolio — Simplefolio is a static site generator and React-based framework designed for building responsive, single-page… gaearon/overreacted.io — This project is a personal blog and developer content site designed for publishing software engineering insights and…