vite
Fast frontend build tool with native ESM dev server, HMR, and optimized production builds using Rolldown.
Install
npx skills add https://github.com/antfu/skills --skill viteStats
| Total installs | 11,803 |
| Weekly installs | 11.7K |
| GitHub stars | 4.4K |
| First seen | Jan 28, 2026 |
| Source | @antfu/skills |
Summary
- Fast dev server using native ES modules and hot module replacement; production builds optimized with Rolldown bundler and Oxc transformer
- Configuration via vite.config.ts with support for conditional configs, environment variables, and plugin API for extending build behavior
- Built-in features include import.meta.glob for dynamic imports, asset queries (?raw, ?url), and HMR API for custom refresh logic
- Library mode and SSR support with ssrLoadModule and JavaScript API for programmatic builds
- Vite 8 introduces multi-environment API for custom runtimes and migration path from traditional bundlers
Tags
Related skills
| Skill | Installs | vs vite |
|---|---|---|
| expo-tailwind-setup | 14,269 | +2,466 |
| swiftui-expert-skill | 12,282 | +479 |
| remotion | 13,431 | +1,628 |
| responsive-design | 11,234 | -569 |
| upgrading-expo | 14,941 | +3,138 |
FAQ
- How many installs does vite have?
- vite has 11,803 total installs and 11.7K installs this week.
- Where is vite hosted?
- vite is published by @antfu/skills at https://github.com/antfu/skills.
- How many GitHub stars does vite have?
- vite has 4.4K GitHub stars.
- When was vite first indexed?
- OrangeBot.AI first indexed vite on Jan 28, 2026.
- How do I install vite?
- Run: npx skills add https://github.com/antfu/skills --skill vite