unplugin/docs/index.md
2024-06-26 12:47:26 +02:00

73 lines
1.7 KiB
Markdown

---
layout: home
sidebar: false
hero:
name: Unplugin
text: The Unified<br>Plugin System
tagline: Supports Vite, Rollup, webpack, esbuild, and every framework built on top of them.
image:
light: /logo_light.svg
dark: /logo_dark.svg
alt: Unplugin
actions:
- theme: brand
text: Getting Started
link: /guide/
- theme: alt
text: Showcase
link: /showcase/
- theme: alt
text: View on GitHub
link: https://github.com/unjs/unplugin
features:
- title: Vite
details: Next Generation Frontend Tooling.
link: https://vitejs.dev/
icon:
src: /features/vitejs.svg
- title: Rollup
details: Next Generation ES module bundler.
link: https://rollupjs.org/
icon:
src: /features/rollup.svg
- title: webpack
details: A static module bundler for modern JavaScript applications.
link: https://webpack.js.org/
icon:
src: /features/webpack.svg
- title: esbuild
details: An extremely fast bundler for the web.
link: https://esbuild.github.io/
icon:
src: /features/esbuild.svg
- title: Rspack
details: A fast Rust-based web bundler.
link: https://www.rspack.dev/
icon:
src: /features/rspack.png
- title: Farm
details: Extremely fast web build tool written in Rust
link: https://www.farmfe.org/
icon:
src: /features/farm.png
- title: Rolldown
details: Fast Rust bundler for JavaScript with Rollup-compatible API
link: https://rolldown.rs/
icon:
src: /features/rolldown.svg
- title: More
details: More supported bundlers...
link: /guide/#supported-hooks
icon:
src: /features/more.svg
---