703 B
703 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:
- clone project and go into the directory
> git clone https://github.com/ayoayco/nitro-web-components.git
> cd nitro-web-components
- 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.