LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

vite - Vite Build Tool: Configuration, Plugin API, SSR and Vite 8 Rolldown Migration

Configure and work with Vite build tool, including plugin API, SSR, and Vite 8 Rolldown migration.

Tags

Updated: 2026-02-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • configure Vite projects
  • start development server
  • build production bundles
  • preview production builds
  • handle server-side rendering
  • migrate to Vite 8 Rolldown
  • use Vite plugin API
  • manage virtual modules
  • load environment variables
  • use import.meta.glob

Inputs

  • Vite projects
  • vite.config.ts file
  • Vite plugins
  • libraries/SSR applications
  • environment variables
  • TypeScript configuration

Outputs

  • configured Vite project
  • build artifacts
  • running development server
  • production build files
  • SSR build results

Requirements

  • Node.js environment
  • Vite installation
  • TypeScript support for config
  • ESM module system

Source

  • Spec: SKILL.md
build tool
frontend development
Vite
bundler
development server
SSR
configure Vite projects
start development server
build production bundles
preview production builds
Vite projects
vite.config.ts file
Vite plugins
configured Vite project
build artifacts
running development server