How to use Tauri development the GUI app

The prerequisites

Install the Create-tauri-app

  • Follow the tutorial step by step to create new Tauri project
1cargo install create-tauri-app --locked
2cargo create-tauri-app
  • Select the Frontend language: TypeScript / JavaScript
1
2# Project name · tauri-app
3# ✔ Identifier · com.tauri-app.app
4# ✔ Choose which language to use for your frontend · TypeScript / JavaScript - (pnpm, yarn, npm, deno, bun)
5# ✔ Choose your package manager · pnpm
6# ✔ Choose your UI template · Vue - (https://vuejs.org/)
7# ✔ Choose your UI flavor · TypeScript

Other

1rustup target add i686-pc-windows-msvc