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

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:

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