Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyslab/cf-workers
Something about Cloudflare workers
https://github.com/dyslab/cf-workers
cloudflare pages workers
Last synced: 24 days ago
JSON representation
Something about Cloudflare workers
- Host: GitHub
- URL: https://github.com/dyslab/cf-workers
- Owner: dyslab
- Created: 2024-06-11T13:22:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T20:19:36.000Z (29 days ago)
- Last Synced: 2024-12-12T21:23:31.385Z (29 days ago)
- Topics: cloudflare, pages, workers
- Language: Vue
- Homepage:
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Cloudflare Workers Demo Compilation
[![Cloudflare](./assets/cloudflare.svg)](https://dash.cloudflare.com/) [![Vue3](./assets/vue3.svg)](https://vuejs.org/)
Each subfolder of this project connects to a cloudflare worker/page demo.
## Cloudflare Workers & Pages Development CLI Tools C3 / Wrangler Installation
> Note:
>
> To Avoid "network connection failed" or "proxy ..." error occurs while installing cloudflare C3 / Wrangler CLI tools, npm offical registry url is recomended to be set as default registry.```bash
npm config set registry https://registry.npmjs.org # Set to the offcial npm registrynpm install -D wrangler@latest
# or
npm install -D wrangler@latest --registry=https://registry.npmjs.org # Npm cli with '--registry' parameter
```