From f8e1ab3ee9cc5f6428815071afe229f43080bdf6 Mon Sep 17 00:00:00 2001 From: Christian S <142524+Braincompiler@users.noreply.github.com> Date: Mon, 6 May 2024 13:35:12 +0200 Subject: [PATCH] Add "wails-lit-shoelace-esbuild-template" to community templates page (#3459) --- website/docs/community/templates.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index a5182a660..446896849 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -67,3 +67,8 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for ## Pure JavaScript (Vanilla) - [wails-pure-js-template](https://github.com/KiddoV/wails-pure-js-template) - A template with nothing but just basic JavaScript, HTML, and CSS + + +## Lit (web components) + +- [wails-lit-shoelace-esbuild-template](https://github.com/Braincompiler/wails-lit-shoelace-esbuild-template) - Wails template providing frontend with lit, Shoelace component library + pre-configured prettier and typescript.