create-tauri-app
Advanced tools
Changelog
[1.0.0-rc.0]
create-tauri-app
should now be fully compatiable with CI environments.
Changelog
[1.0.0-beta.4]
pnpm
package manager is now officially supported, either run pnpx create-tauri-app
or explicitly specifiy it npx create-tauri-app --manager pnpm
.
create-tauri-app
will prompt users to install @tauri-apps/api
npm package.
dev
mode and switch CTA test to a script runner. The script gives us more control and better output into any failures.
Changelog
[1.0.0-beta.0]
bin
and into .ts
so we can apply Typescript types.
Changelog
[1.0.0-beta-rc.3]
lodash
dependency and replace with es6 builtins
tauri
dependency from vanilla recipe
tauri
script to package.json