Install Rust by following these instructions: https://tauri.app/v1/guides/getting-started/prerequisites
Make sure to install the dependencies:
yarn install
Start the development server on http://localhost:3000
:
yarn dev # for nuxt
yarn tauri dev # for tauri
Build the application for production:
yarn build # for nuxt
yarn tauri build # for tauri