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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-web-apps-nuxt-workflow-guide.md | A 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.text | The 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.text | The 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.text | The 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-.text | The 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.text | The 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.text | The 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.text | Terminal 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.text | A 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.text | The 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.text | The 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.text | The 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.text | The 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.text | The 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
- 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/more-web-frameworks/nuxt
