Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshaybabloo/tauri-vue-tailwind-template
Tauri 2 + Vue 3 + Tailwind 4 Starter Template
https://github.com/akshaybabloo/tauri-vue-tailwind-template
tauri template
Last synced: 5 days ago
JSON representation
Tauri 2 + Vue 3 + Tailwind 4 Starter Template
- Host: GitHub
- URL: https://github.com/akshaybabloo/tauri-vue-tailwind-template
- Owner: akshaybabloo
- License: mit
- Created: 2025-02-10T21:58:53.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-02-11T02:10:50.000Z (10 days ago)
- Last Synced: 2025-02-11T03:19:33.726Z (10 days ago)
- Topics: tauri, template
- Language: Vue
- Homepage:
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tauri 2 + Vue 3 + Tailwind 4 Starter Template
This is a template for building a desktop application using [Tauri](https://tauri.studio/), [Vue](https://vuejs.org/), and [Tailwind CSS](https://tailwindcss.com/).
It has a basic structure for running a Vue application inside a Tauri window.
## Features
- Title bar with minimize, maximize, and close buttons
- Frameless movable window
- File and Help menu with toggle dev tools## Requirements
- [Node.js](https://nodejs.org/)
- [BunJs](https://bunjs.dev/)
- [UV](https://github.com/astral-sh/uv)## Getting Started
1. Clone this repository
2. Install the dependencies
```bash
bun install
```
3. Update the configuration by running
```bash
uv run start.py
```
Answer the questions to configure the application
4. Start the application
```bash
bun run t:dev
```### Further Customisation
To update the icons, replace `./app-icon.png` with your own image. And it must be a square image. Then run
```bash
bun run icon
```This should generate the required icon files for the application.
## Thanks To
- [Application icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/application) For the application icon.