Back to Next Js

Stenciljs example

examples/with-stencil/README.md

16.2.51.5 KB
Original Source

Stenciljs example

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-stencil with-stencil-app
bash
yarn create next-app --example with-stencil with-stencil-app
bash
pnpm create next-app --example with-stencil with-stencil-app

Deploy it to the cloud with Vercel (Documentation).

Choose packages/web-app as 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