Files
lit-examples/vite-lit-element-starter
..

Lit Element + Vite

CI

Created with vitejs using template-lit-element-ts.

  • Github Pages
  • ES Modules
  • Github Actions

Online Demo

Getting Started

Start the dev server:

npm run start

Create a production build:

npm run build

Serve the build directory:

npm run serve