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

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 模版.

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";
````