https://github.com/kuc-arc-f/workers21
workers + d1 , React Vue Svelte , full Stack
https://github.com/kuc-arc-f/workers21
cloudflare-d1 cloudflare-workers d1 react svelte tailwindcss vue
Last synced: 4 months ago
JSON representation
workers + d1 , React Vue Svelte , full Stack
- Host: GitHub
- URL: https://github.com/kuc-arc-f/workers21
- Owner: kuc-arc-f
- License: mit
- Created: 2024-12-24T06:27:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T10:11:47.000Z (over 1 year ago)
- Last Synced: 2025-02-07T11:22:45.703Z (over 1 year ago)
- Topics: cloudflare-d1, cloudflare-workers, d1, react, svelte, tailwindcss, vue
- Language: TypeScript
- Homepage:
- Size: 585 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workers21
Version: 0.9.1
Author :
date : 2024/12/23
update : 2025/07/12
***
### Summary
workers + d1 , React Vue Svelte
***
### Setting
* wrangler.toml
```
name = "workers21"
main = "src/index.ts"
compatibility_date = "2024-12-18"
node_compat = true
assets = { directory = "./public/" }
[vars]
API_KEY = "123"
[[d1_databases]]
binding = "DB"
database_name = ""
database_id = ""
```
***
### Example
* react : react example
* react_ex_auth : React auth example
* vue : vue example
* svelte : svelte example
* svelte5: svelte5 example
***
# License
* MIT
***