Covers Vite's build tool essentials from dev server setup to production builds, with specific focus on the new Vite 8 beta that swaps out the bundler for Rolldown and transformer for Oxc. Walks through vite.config.ts configuration, plugin API hooks, SSR middleware patterns, and the Environment API for multi-environment setups. Includes migration guidance for the Rolldown transition, which changes how some plugins work and requires config updates. Solid reference when you're setting up Vite projects, writing custom plugins, or need to understand what breaks when upgrading to the Rolldown-powered version.
npx skills add https://github.com/antfu/skills --skill vite