1---2name: vite3description: Vite next-generation frontend build tool with fast HMR and optimized builds. Use when configuring Vite, adding plugins, working with dev server, or building for production.4---56Vite is a modern build tool for frontend development featuring instant server start with native ES modules, lightning-fast HMR, and optimized production builds using Rolldown/Rollup. It supports TypeScript, JSX, CSS pre-processors out of the box and has a rich plugin ecosystem.78> The skill is based on Vite 6.x, generated at 2026-01-28.910## Core1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Configuration | Config file setup, defineConfig, conditional and async configs | [core-config](references/core-config.md) |15| CLI Commands | Dev server, build, preview commands and options | [core-cli](references/core-cli.md) |16| Core Features | TypeScript, JSX, CSS, HTML processing, JSON handling | [core-features](references/core-features.md) |17| Using Plugins | Adding, configuring, and ordering plugins | [core-plugins](references/core-plugins.md) |1819## Features2021| Topic | Description | Reference |22|-------|-------------|-----------|23| CSS Handling | CSS modules, pre-processors, PostCSS, Lightning CSS | [features-css](references/features-css.md) |24| Static Assets | Asset imports, public directory, URL handling | [features-assets](references/features-assets.md) |25| Glob Import | import.meta.glob, dynamic imports, batch loading | [features-glob-import](references/features-glob-import.md) |26| Environment Variables | .env files, modes, import.meta.env constants | [features-env](references/features-env.md) |27| HMR API | Hot Module Replacement client API | [features-hmr](references/features-hmr.md) |28| Web Workers | Worker imports and configuration | [features-workers](references/features-workers.md) |29| Dependency Pre-Bundling | optimizeDeps, caching, monorepo setup | [features-dep-bundling](references/features-dep-bundling.md) |3031## Build3233| Topic | Description | Reference |34|-------|-------------|-----------|35| Production Build | Build options, browser targets, multi-page apps | [build-production](references/build-production.md) |36| Library Mode | Building libraries with proper package exports | [build-library](references/build-library.md) |37| SSR | Server-side rendering setup and configuration | [build-ssr](references/build-ssr.md) |3839## Advanced4041| Topic | Description | Reference |42|-------|-------------|-----------|43| JavaScript API | createServer, build, preview programmatic APIs | [advanced-api](references/advanced-api.md) |44| Plugin API | Creating Vite plugins, hooks, virtual modules | [advanced-plugin-api](references/advanced-plugin-api.md) |45| Performance | Optimization tips for dev server and builds | [advanced-performance](references/advanced-performance.md) |46| Backend Integration | Integrating Vite with traditional backends | [advanced-backend](references/advanced-backend.md) |