From 45002a0d82a24af66f379747a17c05e2164bc085 Mon Sep 17 00:00:00 2001 From: Diego Pahua Silvan <88301232+DiegPS@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:49:53 -0700 Subject: [PATCH] docs: Add new template wails-astro-ts (#3401) Add a community template to allow using Astro and TypeScript in Wails --- website/versioned_docs/version-v2.8.1/community/templates.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/versioned_docs/version-v2.8.1/community/templates.mdx b/website/versioned_docs/version-v2.8.1/community/templates.mdx index 98726c60a..3812568bd 100644 --- a/website/versioned_docs/version-v2.8.1/community/templates.mdx +++ b/website/versioned_docs/version-v2.8.1/community/templates.mdx @@ -69,3 +69,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 + +## Astro + +- [wails-astro-ts](https://github.com/DiegPS/wails-astro-ts/) - Wails Template with Astro and Typescript, to use the framework you want, with Astro you have all the frameworks and libraries you want in one.