Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

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

  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/qwik