This template should help get you started developing with Vue 3 and Typescript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Tauri API definitions

Command line interface for building Tauri apps

Set your Tauri application as the default handler for an URL
Open files and URLs using their default application.
Configurable logging for your Tauri app.
Command line interface for building Tauri apps
Command line interface for building Tauri apps
Rapidly scaffold out a new tauri app project.

Save window positions and sizes and restore them when the app is reopened.


Access the file system.
The Replay app uses different database backends depending on the platform: - **Tauri (desktop)**: SQLite with Drizzle ORM - **Web**: IndexedDB with the `idb` library
Command line interface for building Tauri apps
Command line interface for building Tauri apps


Simple, persistent key-value store.

End-to-end testing for Tauri apps via Webdriver.