From 30d7cccf5060509764de0b73e8d0dc9b9dc515bb Mon Sep 17 00:00:00 2001 From: Hardy <60532860+sid-the-sloth1@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:54:47 +0530 Subject: [PATCH] Submitted a Vanilla JS template project link: https://github.com/sid-the-sloth1/wails-vanillaJSWithRouter-template --- website/versioned_docs/version-v2.10/community/templates.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/versioned_docs/version-v2.10/community/templates.mdx b/website/versioned_docs/version-v2.10/community/templates.mdx index fdd2778c4..2f05db5b2 100644 --- a/website/versioned_docs/version-v2.10/community/templates.mdx +++ b/website/versioned_docs/version-v2.10/community/templates.mdx @@ -70,6 +70,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 +- [Wails Vanilla JS Template](https://github.com/sid-the-sloth1/wails-vanillaJSWithRouter-template) - A vanilla JS template with page navigation support. ## Lit (web components)