mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* refactor(cta): add questions hook for recipes * fix lint * fix tests * fix vue-cli * one more time * adjust vuecli to packagemanager * revert bundle.js changes * refacotr: extract `Recipe` type to its own file * colorful step logging * pin chalk dependency * Restore bundle.js * fix typo * more styling
create-tauri-app
Run and answer the prompts to get started with your first Tauri app!
With npx:
npx create-tauri-app
With npm:
npm x create-tauri-app
With yarn:
yarn create tauri-app
Additional Args
TODO