Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-framework-guides-web-apps-vue-workflow-guide.mdA 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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.textThe 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-.textThe 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.textThe 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.textThe 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

  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/framework-guides/web-apps/vue