This skill covers Vite's build tooling with focus on the upcoming Vite 8 release that switches from esbuild to Rolldown bundler and Oxc transformer. You get configuration patterns, the plugin API for creating custom plugins, SSR setup, and the newer Environment API for multi-environment builds. The references walk through practical things like import.meta.glob, asset queries, HMR integration, and library mode. If you're building Vite plugins, setting up SSR, or migrating existing projects to Rolldown, this has the specifics. Created by Anthony Fu, who maintains a lot of the Vite ecosystem tooling, so the examples reflect real world usage patterns.
npx skills add https://github.com/onmax/nuxt-skills --skill vite