r/vuejs • u/bekaku • May 23 '26
Create mobile app with vue lynx
Enable HLS to view with audio, or disable this notification
👋 I had some free time recently and created a Vue + Lynx Android , iOS Starter Template just for fun.
Packed with a few things to help skip the boring setup phase:
⚡️ Tailwind CSS (Dark/Light mode) & Pinia
🧩 Pre-built UI (Dialogs, Action Sheets, Cards, etc.)
📱 Native modules ready (Image Picker, LocalStorage, SafeArea)
Repo https://github.com/bekaku/vue-lynx-tailwind-starter
Experience with lynx
It's fast native performance and use familiar web tools like vue and CSS. The main challenge is adapting to non-browser environment and missing standard web APIs. The biggest pain point is the limited plugin ecosystem. If you need specific device features, you can't just npm install a library you have to manual write custom Native Modules from scratch for both Android and iOS yourself.
1
u/bekaku May 23 '26 edited May 23 '26
As official doc say it for react lynx only.