5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 03:20:09 +08:00

docs: Add new template wails-astro-ts (#3401)

Add a community template to allow using Astro and TypeScript in Wails
This commit is contained in:
Diego Pahua Silvan 2024-04-17 14:49:53 -07:00 committed by GitHub
parent 9a069653e2
commit 45002a0d82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.