vite

Migrate frontend projects to Vite 8 Rolldown and configure its plugin API.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/programadorisgod/builder-projects --skill vite-programadorisgod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vite
Source: https://github.com/programadorisgod/builder-projects/tree/main/bin/assets/.agents/skills/vite
Command: npx skills add https://github.com/programadorisgod/builder-projects --skill vite-programadorisgod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Migrate frontend projects to Vite 8 Rolldown and master the plugin API for streamlined development.

Core Features & Use Cases

  • Migration guidance for Rolldown-based builds, including config migration and environment-aware setups.
  • Plugin API familiarity: config, configResolved, transformIndexHtml, and server middleware hooks.
  • Use Cases: upgrading an existing Vite project to Vite 8, adopting environment-based builds, and integrating library-mode SSR.

Quick Start

Upgrade a sample Vite project to the Rolldown-based tooling and verify plugin APIs and environment configurations.

Frequently Asked Questions about vite

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

FAQPage Schema
How do I migrate my frontend project to Vite 8 Rolldown?

Migrating to Vite 8 Rolldown involves updating your build configurations using rolldownOptions and verifying environment-aware setups. The process streamlines library builds and SSR workflows through the updated plugin API.

What is the Vite plugin API and how do its hooks work?

The Vite plugin API provides hooks like config, configResolved, transformIndexHtml, and server middleware to customize builds. These hooks intercept and modify processes during development and build phases.

How do I configure environment-aware builds in Vite?

Environment-aware builds in Vite require configuring multi-environment setups using the plugin API. This allows distinct configurations for different environments, streamlining SSR and library-mode workflows.

Can I use Vite 8 for library builds and SSR?

Yes, Vite 8 supports library builds and SSR through its Rolldown-based tooling. You can leverage environment-aware build patterns and the plugin API to integrate these multi-environment configurations.

How do I set up oxc JSX configuration in a Vite project?

Setting up oxc JSX configuration involves applying specific transform settings within your Vite build setup. This is part of migrating to the Rolldown-based tooling and mastering the plugin API.