https://github.com/HuakunShen/tauri-astro-template
https://github.com/HuakunShen/tauri-astro-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/HuakunShen/tauri-astro-template
- Owner: HuakunShen
- Created: 2024-05-11T13:24:57.000Z (over 1 year ago)
- Default Branch: v2
- Last Pushed: 2024-11-12T13:46:25.000Z (about 1 year ago)
- Last Synced: 2025-04-15T15:47:35.657Z (7 months ago)
- Language: Rust
- Size: 627 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tauri - tauri-astro-template - Astro template (Getting Started / Templates)
README
# tauri-astro-template
This is a template for a Tauri application that uses the [astro](https://astro.build) static site generator.
## Branches
- `main`: the main branch contains a completely empty Astro project + Tauri v1 with zero setup
- `v2`: you can find the the tauri-astro template with Tauri v2 (currently in beta)
- `shadcn-vue`: you can find the the tauri-astro template with TailwindCSS + Vue.js + shadcn-vue
- `v2-shadcn-vue`: Tauri v2 (beta) + astro + TailwindCSS + Vue.js + shadcn-vue
If you want to use react with shadcn, you can add react and shadcn for react. I didn't make another branch for that.