Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xbmlz/tauri-vue-template
- Owner: xbmlz
- Created: 2024-03-06T10:18:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T09:33:35.000Z (10 months ago)
- Last Synced: 2024-11-16T07:28:59.286Z (2 months ago)
- Topics: arco-design, pinia, tauri, tauri-app, tauri-template, template, typescript, unocss, vite, vue, vue-router, vue3
- Language: Vue
- Homepage:
- Size: 353 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```