mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
Stenciljs example
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-stencil with-stencil-app
yarn create next-app --example with-stencil with-stencil-app
pnpm create next-app --example with-stencil with-stencil-app
Deploy it to the cloud with Vercel (Documentation).
Choose
packages/web-appas root directory when deploying.
The idea behind the example
Stencil is a compiler that generates Web Components (more specifically, Custom Elements). Stencil combines the best concepts of the most popular frameworks into a simple build-time tool.
In this example we have two workspaces:
- web-app: A Next.js app
- test-component: A stencil components