MakotoPD / Tauri-Nuxt3-TailwindCss

Tauri app template with working Nuxt3 and Tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔥 Nuxt3 & Tauri & TailwindCSS

nuxt tauriapp tailwindcss All tauri and Nuxt api works fine.

The project includes 2 example uses of the api.

  • Opening a new window,
  • Sending a notification

🛠 Setup

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

📸 Screenshots

Screenshots here Home screen notification About project window

About

Tauri app template with working Nuxt3 and Tailwind

License:MIT License


Languages

Language:Vue 77.0%Language:TypeScript 11.0%Language:JavaScript 5.1%Language:Rust 5.0%Language:CSS 1.9%