mono/packages/kbot/gui/app/examples/api
2026-01-29 15:31:09 +01:00
..
isolation-dist tauri 2025-09-14 20:17:38 +02:00
public tauri 2025-09-14 20:17:38 +02:00
src tauri 2025-09-14 20:17:38 +02:00
src-tauri osr - tasks v1 2026-01-29 15:31:09 +01:00
.setup-cross.sh tauri 2025-09-14 20:17:38 +02:00
.taurignore tauri 2025-09-14 20:17:38 +02:00
CHANGELOG.md tauri 2025-09-14 20:17:38 +02:00
index.html tauri 2025-09-14 20:17:38 +02:00
jsconfig.json tauri 2025-09-14 20:17:38 +02:00
package.json tauri 2025-09-14 20:17:38 +02:00
README.md tauri 2025-09-14 20:17:38 +02:00
screenshot.png tauri 2025-09-14 20:17:38 +02:00
unocss.config.js tauri 2025-09-14 20:17:38 +02:00
vite.config.js tauri 2025-09-14 20:17:38 +02:00

API example

This example demonstrates Tauri's API capabilities using the plugins from this repository. It's used as the main validation app, serving as the testbed of our development process. In the future, this app will be used on Tauri's integration tests.

App screenshot

Running the example

  • Install dependencies and build packages (Run inside of the repository root)
$ pnpm install
$ pnpm build
  • Run the app in development mode (Run inside of this folder examples/api/)
$ pnpm tauri dev
  • Build an run the release app (Run inside of this folder examples/api/)
$ pnpm tauri build
$ ./src-tauri/target/release/app