Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Nuxt

A guide for initializing a new Nuxt application using the create-cloudflare CLI, developing it locally, and deploying it to Cloudflare Workers using Workers Assets.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Nuxt

A guide for initializing a new Nuxt application using the create-cloudflare CLI, developing it locally, and deploying it to Cloudflare Workers using Workers Assets.

When To Use

Use when you need to scaffold, develop, and deploy a Nuxt application to the Cloudflare Workers platform using Workers Assets.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-framework-guides-web-apps-nuxt-workflow-guide.mdA guide for creating a new Nuxt application and deploying it to Cloudflare Workers using Workers Assets.Questions about a guide for creating a new Nuxt application and deploying it to Cloudflare Workers using Workers Assets.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-deploymen.textThe npx wrangler deploy command used to deploy a Nuxt application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The npx wrangler deploy command used to deploy a Nuxt application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-deploymen-2.textThe wrangler deploy command used to deploy a Nuxt application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The wrangler deploy command used to deploy a Nuxt application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-deploy-co.textThe pnpm wrangler deploy command used to deploy a Nuxt application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The pnpm wrangler deploy command used to deploy a Nuxt application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-creation-.textThe npm command used to initialize a new Nuxt application using the Cloudflare create command.Exact payloads, commands, or snippets shown in The npm command used to initialize a new Nuxt application using the Cloudflare create command.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-create-ap.textThe terminal command used to initialize a new Nuxt application using the Cloudflare Workers create tool.Exact payloads, commands, or snippets shown in The terminal command used to initialize a new Nuxt application using the Cloudflare Workers create tool.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-pnpm-crea.textThe pnpm command used to scaffold a new Nuxt application using the Cloudflare Workers framework template.Exact payloads, commands, or snippets shown in The pnpm command used to scaffold a new Nuxt application using the Cloudflare Workers framework template.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-setup-com.textTerminal commands for initializing and navigating a new Nuxt application within a Cloudflare Workers environment.Exact payloads, commands, or snippets shown in Terminal commands for initializing and navigating a new Nuxt application within a Cloudflare Workers environment.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-dev-comma.textA text snippet demonstrating the npm run dev command used to start a Nuxt development server within a Cloudflare Workers environment.Exact payloads, commands, or snippets shown in A text snippet demonstrating the npm run dev command used to start a Nuxt development server within a Cloudflare Work...
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-dev-comma-2.textThe terminal command used to run the Nuxt development server for Cloudflare Workers.Exact payloads, commands, or snippets shown in The terminal command used to run the Nuxt development server for Cloudflare Workers.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-dev-comma-3.textThe text file provides the pnpm command used to run the Nuxt development server within a Cloudflare Workers environment.Exact payloads, commands, or snippets shown in The text file provides the pnpm command used to run the Nuxt development server within a Cloudflare Workers environment.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-deploy-co-2.textThe deployment command used to deploy a Nuxt application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The deployment command used to deploy a Nuxt application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-deploymen-3.textThe text file contains the yarn command used to deploy a Nuxt application to Cloudflare Workers.Exact payloads, commands, or snippets shown in The text file contains the yarn command used to deploy a Nuxt application to Cloudflare Workers.
examples/workers-framework-guides-web-apps-nuxt-cloudflare-workers-nuxt-deploy-co-3.textThe deployment command used to deploy a Nuxt application to Cloudflare Workers using pnpm.Exact payloads, commands, or snippets shown in The deployment command used to deploy a Nuxt application to Cloudflare Workers using pnpm.

What This Skill Covers

  • In this guide, you will create a new Nuxt ↗ application and deploy to Cloudflare Workers (with the new Workers Assets).
  • Main sections: Tags, 1\. Set up a new project, 2\. Develop locally, 3\. Deploy your Project, Bindings.

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/more-web-frameworks/nuxt