https://github.com/akazwz/unremix
A unified Remix template. 统一的 remix 模版.
https://github.com/akazwz/unremix
cloudflare cloudflare-pages node remix
Last synced: 12 months ago
JSON representation
A unified Remix template. 统一的 remix 模版.
- Host: GitHub
- URL: https://github.com/akazwz/unremix
- Owner: akazwz
- Created: 2024-04-11T15:33:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T15:37:05.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T07:32:26.011Z (12 months ago)
- Topics: cloudflare, cloudflare-pages, node, remix
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unremix
A unified Remix template. It can import Remix packages, instead of various runtimes, and can seamlessly switch between Node or Cloudflare runtime
统一的 remix 模版. 可以导入 remix 包, 而不是各种 runtime, 可以无缝切换 node 还是 cloudflare runtime
# useage 使用
````bash
pnpm node
# or
pnpm cf
````
````typescript
import { LoaderFunctionArgs, MetaFunction } from "remix";
````