From 9287649e0b0e0859badca190600874711beac569 Mon Sep 17 00:00:00 2001 From: KiddoV Date: Sun, 28 Aug 2022 02:01:27 -0500 Subject: [PATCH] Update templates.mdx (#1799) * Update templates.mdx * Update templates.mdx --- 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 3f2fe6db..80551784 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -47,3 +47,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for ## 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: + +## 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 \ No newline at end of file