Files
rodydavis 572418e1d2
Renovate / renovate (push) Successful in 13s
Build and Deploy / build-and-deploy (push) Successful in 41s
Merge pull request 'fix(deps): update dependency com.android.tools.build:gradle to v4.2.2' (#1) from renovate/com.android.tools.build-gradle-4.x into master
Reviewed-on: #1
2026-06-15 00:54:30 -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