Files
lit-examples/vite-lit-capacitor
rodydavis a4d8a8c309
Build and Deploy / build-and-deploy (push) Successful in 1m45s
ci: improve Bazel build verification and update .bazelignore
- 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.
2026-05-17 00:47: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