From 93defccf4d9aedb42572c90422bd530e203aafab Mon Sep 17 00:00:00 2001 From: Benjamin Thomas Date: Sat, 16 Apr 2022 13:50:41 +0200 Subject: [PATCH] Add Elm template :) (#1336) --- website/docs/community/templates.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index f941a2fb5..076a6b041 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -41,3 +41,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [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 + +## 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: