Files
lit-examples/vite-lit-element-starter
2026-05-16 22:31:56 -07:00
..

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