a4d8a8c309
Build and Deploy / build-and-deploy (push) Successful in 1m45s
- Created BUILD.bazel files for all subprojects to enable recursive build verification. - Updated root BUILD.bazel to track all project source files. - Cleared .bazelignore of project directories to allow Bazel to scan them. - Excluded files with colons from Bazel globs as they are invalid labels.
Vite + Lit + Capacitor
An example of Lit web component built with vite for use in capacitor.
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

