mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
Unplugin
Unified plugin system, Support Vite, Rollup, webpack, esbuild, Bun, and more
Development
This project use GitHub GraphQL API to generate the showcase data. So you need to create a GitHub Personal Access Token first.
cp .env.example .env
# .env
GITHUB_TOKEN=<YOUR_TOKEN>
Generate files
pnpm gen-files
Contributing
Please refer to https://github.com/antfu/contribute