5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:01:52 +08:00

Add templates for using Svelte with Vite

Add templates for using Svelte with Vite and optionally TailwindCSS v3
This commit is contained in:
BillBuilt 2022-01-10 13:10:43 -05:00 committed by GitHub
parent d9bacfc396
commit bcf7c4e035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,3 +37,5 @@ Example: `wails init -n "Your Project Name" -t https://github.com/misitebao/wail
## Svelte ## Svelte
- [wails-svelte-template](https://github.com/raitonoberu/wails-svelte-template) - A template using Svelte - [wails-svelte-template](https://github.com/raitonoberu/wails-svelte-template) - A template using Svelte
- [wails-vite-svelte-template](https://github.com/BillBuilt/wails-vite-svelte-template) - A template using Svelte and Vite
- [wails-vite-svelte-tailwind-template](https://github.com/BillBuilt/wails-vite-svelte-tailwind-template) - A template using Svelte and Vite with TailwindCSS v3