tauri/tooling/create-tauri-app
github-actions[bot] cad5192e31
Apply Version Updates From Current Changes (#1561)
Co-authored-by: nothingismagick <nothingismagick@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-04-25 16:07:22 -03:00
..
bin chore(cta): add linting and formatting, closes #1520 (#1596) 2021-04-23 01:34:54 -03:00
src chore(cta): add linting and formatting, closes #1520 (#1596) 2021-04-23 01:34:54 -03:00
.eslintrc.js chore(cta): add linting and formatting, closes #1520 (#1596) 2021-04-23 01:34:54 -03:00
.gitignore refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
.prettierrc.js chore(cta): add linting and formatting, closes #1520 (#1596) 2021-04-23 01:34:54 -03:00
CHANGELOG.md Apply Version Updates From Current Changes (#1561) 2021-04-25 16:07:22 -03:00
package.json Apply Version Updates From Current Changes (#1561) 2021-04-25 16:07:22 -03:00
readme.md refactor(repo): add /tooling folder (#1457) 2021-04-12 01:59:25 -03:00
rollup.config.js chore(cta): add linting and formatting, closes #1520 (#1596) 2021-04-23 01:34:54 -03: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