From 026bb7c02c3bac28e60577ded0997a96ada591aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=8C=E5=98=89=E5=98=89?= Date: Sun, 4 Dec 2022 06:30:28 +0800 Subject: [PATCH] Added templates (#2178) * Added templates vite + solid + js vite + solid + ts * Update templates.mdx Co-authored-by: Misite Bao --- website/versioned_docs/version-v2.2.0/community/templates.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/versioned_docs/version-v2.2.0/community/templates.mdx b/website/versioned_docs/version-v2.2.0/community/templates.mdx index 8bed07a2a..c83184fec 100644 --- a/website/versioned_docs/version-v2.2.0/community/templates.mdx +++ b/website/versioned_docs/version-v2.2.0/community/templates.mdx @@ -47,6 +47,10 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-vite-svelte-tailwind-template](https://github.com/BillBuilt/wails-vite-svelte-tailwind-template) - A template using Svelte and Vite with TailwindCSS v3 - [wails-sveltekit-template](https://github.com/h8gi/wails-sveltekit-template) - A template using SvelteKit +## Solid +- [wails-template-vite-solid-js](https://github.com/xijaja/wails-template-solid-js) - A template using Solid + js + Vite +- [wails-template-vite-solid-ts](https://github.com/xijaja/wails-template-solid-ts) - A template using Solid + ts + Vite + ## Elm - [wails-elm-template](https://github.com/benjamin-thomas/wails-elm-template) - Develop your GUI app with functional programming and a **snappy** hot-reload setup :tada: :rocket: