Important
This repository has been archived and consolidated into the lit-examples monorepo. Future development, updates, and issues will be managed there. Please visit the monorepo for the latest version of this project.
An example of Lit web component built with vite for use in capacitor.
- ✅ Typescript
- 🔥 Lit
- 🛠 Vite
- 🖥 Desktop
- 📱 iOS/Android
- 🌐 PWA
To build the web folder and sync the assets:
npm run buildTo run ios or android:
npm run start:ios
npm run start:androidTo run desktop:
npm run open:desktopTo run web:
npm run dev
