Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xbmlz/tauri-vue-template

Starter template for Tauri + Vue 3 app
https://github.com/xbmlz/tauri-vue-template

arco-design pinia tauri tauri-app tauri-template template typescript unocss vite vue vue-router vue3

Last synced: 6 days ago
JSON representation

Starter template for Tauri + Vue 3 app

Awesome Lists containing this project

README

        


Starter template for Tauri + Vue 3 app

## Features

- ⚡️ [Tauri](https://tauri.app/), [Vue 3](https://github.com/vuejs/core), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness

- 🎨 [UnoCSS](https://github.com/antfu/unocss), [Arco Design](https://arco.design/vue) - next generation CSS framework

- 🍍 [State Management via Pinia](https://pinia.vuejs.org/)

- 🦾 TypeScript, of course

## Try it now!

```bash
npx degit antfu/tauri-vue-starter my-tauri-app
cd my-tauri-app
pnpm tauri dev
```