tauri/tooling/create-tauri-app
github-actions[bot] c2e48e07ec
Apply Version Updates From Current Changes (#1497)
* apply version updates

* fix versions

Co-authored-by: jbolda <jbolda@users.noreply.github.com>
Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2021-04-14 17:26:01 -05:00
..
bin feat(cta): add preset for vue-cli (#1473) 2021-04-13 21:53:40 -03:00
src chore: CTA license headers and externals (#1485) 2021-04-14 13:05:04 -05:00
.gitignore refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
CHANGELOG.md Apply Version Updates From Current Changes (#1497) 2021-04-14 17:26:01 -05:00
package.json Apply Version Updates From Current Changes (#1497) 2021-04-14 17:26:01 -05: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