1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-24 11:14:40 +03:00
tauri/tooling/create-tauri-app
2021-04-13 21:53:40 -03:00
..
bin feat(cta): add preset for vue-cli () 2021-04-13 21:53:40 -03:00
src feat(cta): add preset for vue-cli () 2021-04-13 21:53:40 -03:00
.gitignore refactor(repo): add /tooling folder () 2021-04-12 01:59:25 -03:00
package.json chore/licenses () 2021-04-12 09:55:00 -03:00
readme.md refactor(repo): add /tooling folder () 2021-04-12 01:59:25 -03:00
rollup.config.js refactor(repo): add /tooling folder () 2021-04-12 01:59:25 -03:00
tsconfig.json feat(CTA): add initial vite support with vue and vue-ts () 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