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 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