From bcf7c4e035c3fa3799d99df2ce65d34cf9e22e16 Mon Sep 17 00:00:00 2001 From: BillBuilt Date: Mon, 10 Jan 2022 13:10:43 -0500 Subject: [PATCH] Add templates for using Svelte with Vite Add templates for using Svelte with Vite and optionally TailwindCSS v3 --- website/docs/community/templates.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index 18add9553..9695c18dc 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -37,3 +37,5 @@ Example: `wails init -n "Your Project Name" -t https://github.com/misitebao/wail ## 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