Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Vite plugin

Integrates the Vite build tool with the Cloudflare Workers runtime to enable local development, hot module replacement, and production-ready asset building for full-stack applications.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Vite plugin

Integrates the Vite build tool with the Cloudflare Workers runtime to enable local development, hot module replacement, and production-ready asset building for full-stack applications.

When To Use

Use when you need to set up a development environment that uses Vite to build and preview full-stack applications or single-page applications running on the Cloudflare Workers runtime.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-vite-plugin-index-workflow-guide.mdAn overview of the Cloudflare Vite plugin features, use cases, and getting started instructions for integrating Vite with the Workers runtime.Questions about an overview of the Cloudflare Vite plugin features, use cases, and getting started instructions for integrating Vite...

What This Skill Covers

  • The Cloudflare Vite plugin enables a full-featured integration between Vite ↗ and the Workers runtime. Your Worker code runs inside workerd ↗, matching the p...
  • Main sections: Features, Use cases, Get started.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/vite-plugin/index.md