Nuxt integratioon with Tauri template
The Tauri + Nuxt 3 Template is a minimal template that combines the Tauri and Nuxt 3 frameworks. It is constructed using the official templates from Tauri and Nuxt 3. The template allows you to easily integrate the Tauri API with Nuxt, as long as the ssr (server-side rendering) option is set to false in the nuxt.config.ts file. The template has been kept clean by removing the code used to verify the Tauri API.
To install the Tauri + Nuxt 3 Template, you have two options:
If you want to use the latest versions of Tauri and Nuxt, you can use the auto template generation script provided. Follow these steps:
gen-tauri-nuxt.sh script located in the repository../gen-tauri-nuxt.sh $YOUR_APP_NAME.npm run generate instead of the default npm run build command.The Tauri + Nuxt 3 Template is a convenient solution for developers looking to combine the Tauri and Nuxt 3 frameworks. It provides an easy integration of the Tauri API with Nuxt and offers a clean and minimal setup. Using the provided auto template generation script ensures that you can use the latest versions of Tauri and Nuxt seamlessly.