6 projects
Parcel is a zero-configuration web application bundler that automatically detects and transforms assets (JS, CSS, HTML, images, and more) out of the box, using a multicore architecture and persistent caching for fast builds.
esbuild is a high-performance JavaScript/TypeScript/CSS bundler and minifier written in Go, designed to be 10-100x faster than traditional web build tools. It offers a unified CLI, JS, and Go API with built-in support for ESM/CommonJS, JSX, tree shaking, source maps, and plugins.
Rollup is a JavaScript module bundler that compiles ES modules into optimized output across multiple formats (ESM, CommonJS, UMD, IIFE), with aggressive tree-shaking to eliminate unused code. It's widely used for bundling libraries and underpins build tools like Vite.
Naive UI is a Vue 3 component library written entirely in TypeScript, offering 90+ tree-shakable components with a JS-based, type-safe theming system that requires no separate CSS imports or build-loader configuration.
Microbundle is a zero-configuration bundler for small JavaScript and TypeScript libraries, built on Rollup. It reads your package.json and emits optimized CJS, UMD, ESM, and modern ES2017 bundles with Babel transpilation, Terser minification, and TypeScript typings out of the box.
Taiga UI is a large, fully tree-shakable Angular UI kit offering 130+ components, 100+ directives, plus utilities and tokens, with CSS-custom-property theming and dark mode out of the box. It is built on dependency injection, OnPush change detection, and strict TypeScript.