mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
Next.js + vanilla-extract Example
This example demonstrates usage of Vanilla Extract with the app directory.
Deploy your own
How to use
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-vanilla-extract with-vanilla-extract-app
yarn create next-app --example with-vanilla-extract with-vanilla-extract-app
pnpm create next-app --example with-vanilla-extract with-vanilla-extract-app
Deploy it to the cloud with Vercel (Documentation).