mcfly/README.md
2023-10-07 20:22:27 +02:00

555 B

Nitro + Vanilla Custom Elements

This is a minimal Proof of Concept for using Nitro and vanilla JS custom elements using my Web Component Base class.

Setting up

Do the following steps to get you started:

  1. install deps
npm i
  1. run the dev server
npm run dev
  1. open the browser to https://localhost:3000 (or what the dev server said)

This project was generated from Nitro starter guide. Look at the Nitro documentation to learn more.