From 72290a2d58f76e1768dab735fb8becf2676d6a20 Mon Sep 17 00:00:00 2001 From: Kermout Ayoub <93722724+LazyClicks@users.noreply.github.com> Date: Sun, 27 Aug 2023 08:13:49 +0100 Subject: [PATCH] Added wails-qwik-template to 3rd party templates (#2860) * Added wails-qwik-template to 3rd party templates * fix typo --------- Co-authored-by: Lea Anthony --- website/versioned_docs/version-v2.5.0/community/templates.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/versioned_docs/version-v2.5.0/community/templates.mdx b/website/versioned_docs/version-v2.5.0/community/templates.mdx index 481cdb6b4..1ac9ef526 100644 --- a/website/versioned_docs/version-v2.5.0/community/templates.mdx +++ b/website/versioned_docs/version-v2.5.0/community/templates.mdx @@ -66,3 +66,7 @@ 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 + +## Qwik + +- [wails-qwik-template](https://github.com/LazyClicks/wails-qwik-template) - A template using Qwik