cloudflare · Cloudflare Workers Docs
Workers Vue
A guide for creating a Vue single-page application using the create-cloudflare CLI, developing locally with the Cloudflare Vite plugin, and deploying to Cloudflare Workers using Workers Assets.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Vue
A guide for creating a Vue single-page application using the create-cloudflare CLI, developing locally with the Cloudflare Vite plugin, and deploying to Cloudflare Workers using Workers Assets.
When To Use
Use when you need to scaffold, develop locally, and deploy a Vue.js single-page application to the Cloudflare Workers runtime using Workers Assets.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-web-apps-vue-workflow-guide.md | A guide detailing how to create a new Vue application, develop it locally using the Cloudflare Vite plugin, and deploy it to Cloudflare Workers using Workers Assets. | Questions about a guide detailing how to create a new Vue application, develop it locally using the Cloudflare Vite plugin, and deplo... |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-scaffolding.text | The npm command used to scaffold a new Vue application using the Cloudflare Workers framework. | Exact payloads, commands, or snippets shown in The npm command used to scaffold a new Vue application using the Cloudflare Workers framework. |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-app-creatio.text | The yarn command used to scaffold a new Vue application using the Cloudflare Workers framework creator. | Exact payloads, commands, or snippets shown in The yarn command used to scaffold a new Vue application using the Cloudflare Workers framework creator. |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-project-ini.text | The pnpm command used to scaffold a new Vue application using the Cloudflare Workers framework. | Exact payloads, commands, or snippets shown in The pnpm command used to scaffold a new Vue application using the Cloudflare Workers framework. |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-dev-command.text | The text content demonstrates the npm run dev command used to start a local development server for a Cloudflare Workers Vue application. | Exact payloads, commands, or snippets shown in The text content demonstrates the npm run dev command used to start a local development server for a Cloudflare Worke... |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-dev-command-2.text | The terminal command used to start the local development server for a Cloudflare Workers Vue application. | Exact payloads, commands, or snippets shown in The terminal command used to start the local development server for a Cloudflare Workers Vue application. |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-dev-command-3.text | The pnpm command used to start the local development server for a Cloudflare Workers Vue application. | Exact payloads, commands, or snippets shown in The pnpm command used to start the local development server for a Cloudflare Workers Vue application. |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-deployment-.text | The npm command used to deploy a Vue application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The npm command used to deploy a Vue application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-deployment--2.text | The terminal command used to deploy a Vue application to Cloudflare Workers using yarn. | Exact payloads, commands, or snippets shown in The terminal command used to deploy a Vue application to Cloudflare Workers using yarn. |
examples/workers-framework-guides-web-apps-vue-cloudflare-workers-vue-deployment--3.text | The pnpm command used to deploy a Vue application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The pnpm command used to deploy a Vue application to Cloudflare Workers. |
What This Skill Covers
- In this guide, you will create a new Vue ↗ application and deploy to Cloudflare Workers (with the new Workers Assets).
- Main sections:
Tags,1\. Set up a new project,2\. Develop locally with the Cloudflare Vite plugin,3\. Deploy your project,Asset Routing.
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/framework-guides/web-apps/vue
