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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-vite-plugin-index-workflow-guide.md | An 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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
