555 B
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:
- install deps
npm i
- run the dev server
npm run dev
- 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.