Skip to content

create-tauri-app@1.0.0-beta.4

Aug 16, 2021
  • pnpm package manager is now officially supported, either run pnpx create-tauri-app or explicitly specifiy it npx create-tauri-app --manager pnpm.
    • 235e0f67 feat(CTA): add official support for pnpm package manager (#2348) on 2021-08-06
  • create-tauri-app will prompt users to install @tauri-apps/api npm package.
    • c0f42ad0 feat(cta): prompt users to install @tauri-apps/api package (#2251) on 2021-07-29
  • Add Svelte recipe using the official template.
  • Adjust check for dev mode and switch CTA test to a script runner. The script gives us more control and better output into any failures.
    • c410e034 convert jest tests to child_process run script (#2308) on 2021-08-08
  • Update vite recipe to use the new vite npm package.
    • 718d9513 refactor(cta): update vite recipe to use their new npm package (#2220) on 2021-07-29

© 2026 Tauri Contributors. CC-BY / MIT