All tauri and Nuxt api works fine.
The project includes 2 example uses of the api.
- Opening a new window,
- Sending a notification
Build Setup: If you want to build the app, you need to install Node.js (v16 LTS is recommended), a package manager like npm
and the Tauri development environment. Then, depending on your use case you can run the commands below:
# Clone repo
git clone https://github.com/MakotoPD/Tauri-Nuxt3-TailwindCss.git
# Open project
cd Tauri-Nuxt3-TailwindCss
# Install dependencies
npm install
# Start debug tauri
npm run tauri dev
# Build app
npm run tauri build
⚠️ Build not working on windows. Im developming about it. But on Linux and MacOS working good