cloudflare · Cloudflare Workers Docs
Workers Qwik
A guide for initializing a Qwik application using the create-cloudflare CLI, running a local development server, and deploying the application to Cloudflare Workers using Workers Assets.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Qwik
A guide for initializing a Qwik application using the create-cloudflare CLI, running a local development server, and deploying the application to Cloudflare Workers using Workers Assets.
When To Use
Use when you need to scaffold a new Qwik project and deploy it 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-qwik-workflow-guide.md | A guide detailing how to create a new Qwik application and deploy it to Cloudflare Workers using the create-cloudflare CLI and Workers Assets. | Questions about a guide detailing how to create a new Qwik application and deploy it to Cloudflare Workers using the create-cloudflar... |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-scaffoldi.text | The npm command used to initialize a new Cloudflare Workers project using the Qwik framework. | Exact payloads, commands, or snippets shown in The npm command used to initialize a new Cloudflare Workers project using the Qwik framework. |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-project-c.text | The terminal command used to initialize a new Cloudflare Workers project using the Qwik framework via the create-cloudflare CLI. | Exact payloads, commands, or snippets shown in The terminal command used to initialize a new Cloudflare Workers project using the Qwik framework via the create-clou... |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-project-i.text | The pnpm command used to scaffold a new Qwik application using the Cloudflare Workers framework starter. | Exact payloads, commands, or snippets shown in The pnpm command used to scaffold a new Qwik application using the Cloudflare Workers framework starter. |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-setup-com.text | The terminal commands required to initialize and navigate a new Qwik application within a Cloudflare Workers environment. | Exact payloads, commands, or snippets shown in The terminal commands required to initialize and navigate a new Qwik application within a Cloudflare Workers environm... |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-dev-comma.text | The text content provides the npm command used to start the local development server for a Cloudflare Workers application using the Qwik framework. | Exact payloads, commands, or snippets shown in The text content provides the npm command used to start the local development server for a Cloudflare Workers applica... |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-dev-comma-2.text | The terminal command used to start the local development server for a Cloudflare Workers application using the Qwik framework. | Exact payloads, commands, or snippets shown in The terminal command used to start the local development server for a Cloudflare Workers application using the Qwik f... |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-dev-comma-3.text | The terminal command used to start the local development server for a Cloudflare Workers application using the Qwik framework. | Exact payloads, commands, or snippets shown in The terminal command used to start the local development server for a Cloudflare Workers application using the Qwik f... |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-deploymen.text | The npm deployment command used to deploy a Qwik application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The npm deployment command used to deploy a Qwik application to Cloudflare Workers. |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-deploymen-2.text | The terminal command used to deploy a Qwik application to Cloudflare Workers using yarn. | Exact payloads, commands, or snippets shown in The terminal command used to deploy a Qwik application to Cloudflare Workers using yarn. |
examples/workers-framework-guides-web-apps-qwik-cloudflare-workers-qwik-deploy-co.text | The pnpm deployment command used to deploy a Qwik application to Cloudflare Workers. | Exact payloads, commands, or snippets shown in The pnpm deployment command used to deploy a Qwik application to Cloudflare Workers. |
What This Skill Covers
- In this guide, you will create a new Qwik ↗ 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/qwik
