vite

Configure and migrate Vite projects to Vite 8 Rolldown.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/robinxin/AIFlomo --skill vite-robinxin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vite
Source: https://github.com/robinxin/AIFlomo/tree/main/.claude/skills/vite
Command: npx skills add https://github.com/robinxin/AIFlomo --skill vite-robinxin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides guidance on configuring and migrating Vite projects, including setup for vite.config.ts, plugin API usage, SSR, and Rolldown migration for Vite 8.

Core Features & Use Cases

  • Comprehensive configuration help for Vite, plugins, and SSR scenarios.
  • Migration guidance from previous Vite versions to Vite 8 Rolldown, including changes to options and workflows.
  • Use cases span library builds, dev servers, and plugin development for modern frontend stacks.

Quick Start

Configure a new Vite project with vite.config.ts and begin migrating to Vite 8 using Rolldown options.

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 project to Vite 8 Rolldown?

Migrate to Vite 8 Rolldown by updating your project dependencies and adjusting configuration options to align with the new build workflows. This Skill provides step-by-step guidance for transitioning plugin APIs and settings from older Vite versions.

What is the best way to configure vite.config.ts for SSR setups?

Configure vite.config.ts for SSR by defining server-side rendering options and environment handling within your configuration file. This Skill delivers comprehensive configuration patterns and references for building SSR workflows.

How do I update Vite plugin APIs during a Rolldown migration?

Update Vite plugin APIs for Rolldown migration by reviewing changes to plugin development interfaces and adjusting hooks to match Vite 8 standards. This Skill covers plugin API usage and workflow transitions.

Does Vite 8 Rolldown support library builds and dev servers?

Vite 8 Rolldown supports both library builds and dev servers within modern frontend stacks. This Skill provides guidance on configuring build workflows and environment handling for these scenarios.

Why does my Vite build configuration break after updating to Vite 8?

Vite build configurations break after updating to Vite 8 due to changes in core config patterns and environment API structures. This Skill helps identify necessary adjustments to vite.config.ts and plugin options during migration.