tauri

Installation
SKILL.md

Tauri 2 Development

Index for Tauri 2 patterns -- core, desktop, mobile. Each section points to a focused reference; the references hold gotchas and link out to canonical docs at v2.tauri.app.

Quick command reference

Task Command
New project npm create tauri-app@latest
Add plugin npm run tauri add <plugin-name>
Dev (desktop) cargo tauri dev
Build (desktop) cargo tauri build
Info / sanity check cargo tauri info
Init Android / iOS npm run tauri android init / ios init
Dev mobile npm run tauri android dev / ios dev
Build APK / AAB npm run tauri android build --apk / --aab
Build IPA npm run tauri ios build

Reading order by topic

Related skills
Installs
1
GitHub Stars
2
First Seen
3 days ago