vite

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.t…

antfu ↓ 31k
Claude Code
View source ↗

What it does

  • Use TypeScript: prefer vite.config.ts
  • Always use ESM, avoid CommonJS
  • @vitejs/plugin-vue - Vue 3 SFC support
  • @vitejs/plugin-vue-jsx - Vue 3 JSX
  • @vitejs/plugin-react - React with Oxc/Babel
  • @vitejs/plugin-react-swc - React with SWC
  • @vitejs/plugin-legacy - Legacy browser support

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.

Source

Repository: https://github.com/antfu/skills

vite FAQ

What does the vite skill do?

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite. Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS

How do I install vite?

Run: npx -y skills add https://github.com/antfu/skills --skill vite --agent claude-code — the source lives at github.com/antfu/skills.

Maintain vite?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

vite on getagentictools
[![vite on getagentictools](https://getagentictools.com/badge/skills/antfu-skills-vite.svg)](https://getagentictools.com/skills/antfu-skills-vite?ref=badge)
npx agentictools info skills/antfu-skills-vite

The second line is the CLI lookup for this page — handy in READMEs and docs.