shopify-app-nextjs
v0.0.1
Published
Build Shopify apps with Next.js
Downloads
104
Maintainers
Readme
shopify-app-nextjs
Build Shopify apps with the Next.js App Router.
This package is under active development and is not ready for production use.
Requirements
- Node.js 20.9 or newer
- Next.js 16
- React 19
Installation
pnpm add shopify-app-nextjsCurrent API
import { add } from "shopify-app-nextjs";
add(2, 3);