tauri/tooling/create-tauri-app
Jacob Bolda fa99fda0cf
chore: CTA license headers and externals (#1485)
* add common node libs as externals, hides warning

* add license header to vue-cli file
2021-04-14 13:05:04 -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 (#1165) 2021-04-14 10:50:15 -03:00
package.json Apply Version Updates From Current Changes (#1165) 2021-04-14 10:50:15 -03: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