tauri-uitauri-ui

Examples

Practical ways to use the generator.

Default Vite app

bunx create-tauri-ui@latest my-app --template vite --yes

Next.js without starter UI

bunx create-tauri-ui@latest my-app --template next --no-starter --yes

Smallest release binary path

bunx create-tauri-ui@latest my-app --template vite --size-optimize --yes

Release-ready app

bunx create-tauri-ui@latest my-app --template vite --workflow --yes

On this page