Get Started

Installation

npm init tauri-ui@latest

You can use . for the project name to scaffold in the current directory.

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Tauri-UI project, run:

npm create tauri-ui@latest my-tauri-app -- --template vite