Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rettend/tauri-nuxt-desktop
Nuxt + Tauri template: Desktop 🖥️
https://github.com/rettend/tauri-nuxt-desktop
desktop-app nuxt3 project-template tauri vue3
Last synced: 16 days ago
JSON representation
Nuxt + Tauri template: Desktop 🖥️
- Host: GitHub
- URL: https://github.com/rettend/tauri-nuxt-desktop
- Owner: Rettend
- License: mit
- Created: 2023-11-18T12:08:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T22:57:32.000Z (about 1 year ago)
- Last Synced: 2024-11-18T01:11:47.608Z (3 months ago)
- Topics: desktop-app, nuxt3, project-template, tauri, vue3
- Language: Vue
- Homepage:
- Size: 612 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tauri Nuxt Desktop 🖥️
[![Badge](https://img.shields.io/github/package-json/dependency-version/Rettend/tauri-nuxt-desktop/@tauri-apps/api?color=dea584&label=tauri)](https://tauri.app/)
[![Badge](https://img.shields.io/github/package-json/dependency-version/Rettend/tauri-nuxt-desktop/dev/nuxt?color=00DC82&label=nuxt)](https://nuxt.com/)
[![Badge](https://img.shields.io/badge/UnoCSS-4D4D4D)](https://unocss.dev/)
[![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)## 🚀 Install
> [!TIP]
> Install [ni](https://github.com/antfu/ni) and choose `pnpm`.
>
> ```bash
> npm i -g @antfu/ni
> ```### Install `tauri` and `pnpm` globally
```bash
ni -g @tauri-apps/cli pnpm
```If you skip this step, you will need to run the tauri scripts like this: `npx tauri dev` or `nr tauri dev`.
### Install dependencies
```bash
ni
```## 🥏 Run
- dev (browser): `nr dev`
- dev (desktop): `tauri dev`
- build: `tauri build`## 🪨 Other
- Vue [Takeover mode](https://vuejs.org/guide/typescript/overview.html#volar-takeover-mode)
## 📱 [Mobile Version](https://github.com/Rettend/tauri-nuxt-mobile)