Simple template to use Tauri with Nuxt 3 with some pre-installed and configured modules.
The Nuxt configuration is based on the official V2 recommandations.
The pre-installed modules are:
The projects comes with template data in the configuration files (author, package's name, etc). This need to be changed after cloning.
Update the following files:
package.json
.src-tauri/Cargo.toml
.src-tauri/tauri.conf.json
.
This repo was built using bun
but you can use an other package manager.
Use the tauri npm script to start the app in development or production:
bun tauri dev
# or
bun tauri build