Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 registry

npm install -D wrangler@latest

# or

npm install -D wrangler@latest --registry=https://registry.npmjs.org # Npm cli with '--registry' parameter
```