vite

Configure Vite builds, plugins, and SSR with Rolldown and Oxc.

214|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/anolilab/lunora --skill vite-anolilab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vite
Source: https://github.com/anolilab/lunora/tree/main/.agents/skills/vite
Command: npx skills add https://github.com/anolilab/lunora --skill vite-anolilab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the configuration and development of Vite-based projects, helping developers navigate the transition to the Rolldown bundler and Oxc transformer while managing complex SSR and multi-environment setups.

Core Features & Use Cases

  • Configuration Management: Provides patterns for vite.config.ts, including conditional and async configurations.
  • Build & SSR Optimization: Offers guidance on library mode, multi-page app setups, and server-side rendering primitives.
  • Migration Support: Simplifies the upgrade path from Vite 7 to Vite 8 by detailing Rolldown and Oxc integration.

Quick Start

Use the vite skill to generate a standard vite.config.ts file for a new library project using the Rolldown bundler.

Frequently Asked Questions about vite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate my Vite build configuration to Rolldown and Oxc?

Vite SSR implementation is configured using dedicated server-side rendering primitives and patterns for multi-environment setups via the Environment API, ensuring optimized builds for complex frontend tooling architectures.

Can I use conditional and async configurations in a vite.config.ts file?

Yes, you can use conditional and async configurations in a vite.config.ts file to manage complex build requirements, allowing for dynamic configuration management based on your project's specific modular build architecture.

Does Vite support multi-environment setups using the Environment API?

Yes, Vite supports multi-environment setups using the Environment API to manage complex SSR and build processes, providing type-safe, high-performance frontend tooling across different runtime targets within a single project.

What is the best way to set up Vite library mode and multi-page app builds?

The best way to set up Vite library mode and multi-page app builds is by applying the specific optimization patterns provided here, which streamline configuration for high-performance, modular build architectures and complex setups.

How does Vite plugin development work with the Rolldown bundler?

Vite plugin development with the Rolldown bundler involves using updated configuration management patterns to create type-safe plugins, ensuring compatibility with the new Oxc transformer and modular build architecture.