tauri/tooling/create-tauri-app
2021-04-18 21:30:06 +02:00
..
bin fix(cta): fix adding tauri script to package.json (#1501) 2021-04-15 01:26:07 +02:00
src chore(deps): remove lodash from create-tauri-app (#1532) 2021-04-18 21:30:06 +02:00
.gitignore refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
CHANGELOG.md chore: CTA version was decremented, fix and adjust changelog to compensate (#1530) 2021-04-18 10:44:15 -05:00
package.json chore(deps): remove lodash from create-tauri-app (#1532) 2021-04-18 21:30:06 +02:00
readme.md refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
rollup.config.js chore: CTA license headers and externals (#1485) 2021-04-14 13:05:04 -05:00
tsconfig.json feat(CTA): add initial vite support with vue and vue-ts (#1467) 2021-04-13 10:56:21 -03:00

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