3 Repos
Running CSS through PostCSS plugins configured in a postcss.config.js file to apply post-processing.
Distinguishing note: No candidate covers PostCSS plugin execution from config files; closest candidates focus on CSS-in-JS compilers or transformation pipelines.
Explore 3 awesome GitHub repositories matching web development · PostCSS Plugin Execution. Refine with filters or upvote what's useful.
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
Runs CSS through PostCSS plugins configured in a postcss.config.js file to apply post-processing.
Laravel Mix ist ein Frontend-Build-Tool und ein Konfigurations-Wrapper für Webpack, der das Bündeln von JavaScript-, TypeScript- und CSS-Assets vereinfacht. Es fungiert als Task-Runner und Static-Asset-Manager und bietet eine vereinfachte Schnittstelle, um Quelldateien in optimierte Produktions-Assets zu kompilieren. Das Projekt zeichnet sich durch eine flüssige API aus, die komplexe Bündelungskonfigurationen in menschenlesbare Methodenaufrufe abstrahiert. Es enthält spezialisierte Pipelines zur Transformation von Vue- und React-Komponenten in browserkompatibles JavaScript und bietet ein System für automatisches Vendor-Prefixing und Stylesheet-Kompilierung. Das Tool deckt ein breites Spektrum an Funktionen ab, einschließlich CSS-Preprocessing, JavaScript-Bundle-Optimierung und Verwaltung statischer Dateien. Es bewältigt Produktionsanforderungen durch Hash-basiertes Cache-Busting und die Extraktion von Vendor-Bibliotheken. Während der Entwicklung bietet es Dateiänderungsüberwachung und Browser-Status-Synchronisation, um den Rekompilierungs-Workflow zu automatisieren.
Processes styles through a pipeline of PostCSS plugins for autoprefixing and syntax conversions.
This project is a pre-configured starter template and development environment for building web applications using TypeScript and React. It provides a project scaffold that automates the initial setup of build configurations and type safety. The environment includes a build pipeline for compiling and bundling React components, alongside a local development server featuring live reloading and integrated linting. It also provides a boilerplate for Progressive Web Apps, incorporating service worker support for offline asset caching. Broad capability areas cover frontend build automation, web app
Runs CSS through PostCSS plugins to automate minification and add vendor prefixes for cross-browser compatibility.