Files
lit-examples/vite-lit-capacitor
rodydavis de4c34375b
Renovate / renovate (push) Successful in 15s
Build and Deploy / build-and-deploy (push) Has been cancelled
Merge pull request 'fix(deps): update androidxappcompatversion to v1.7.1' (#10) from renovate/androidxappcompatversion into master
Reviewed-on: #10
2026-06-15 00:52:47 -07:00
..

Vite + Lit + Capacitor

Demo

An example of Lit web component built with vite for use in capacitor.

Demo

Features

  • Typescript
  • 🔥 Lit
  • 🛠 Vite
  • 🖥 Desktop
  • 📱 iOS/Android
  • 🌐 PWA

Getting Started

To build the web folder and sync the assets:

npm run build

To run ios or android:

npm run start:ios
npm run start:android

To run desktop:

npm run open:desktop

To run web:

npm run dev

Screenshots