From 78fbcbcf5fa1df39a16d4748494a609a772120a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=8D=81?= <392706283@qq.com> Date: Fri, 28 Jun 2024 06:14:11 +0800 Subject: [PATCH] Update templates.mdx (#3573) add vue template --- website/versioned_docs/version-v2.9.0/community/templates.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/versioned_docs/version-v2.9.0/community/templates.mdx b/website/versioned_docs/version-v2.9.0/community/templates.mdx index 7db61f0837c..61ca007eaba 100644 --- a/website/versioned_docs/version-v2.9.0/community/templates.mdx +++ b/website/versioned_docs/version-v2.9.0/community/templates.mdx @@ -28,6 +28,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-template-quasar-ts](https://github.com/sgosiaco/wails-template-quasar-ts) - A template using TypeScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier, Composition API with <script setup>) - [wails-template-naive](https://github.com/tk103331/wails-template-naive) - Wails template based on Naive UI (A Vue 3 Component Library) - [wails-template-nuxt](https://github.com/gornius/wails-template-nuxt) - Wails template using clean Nuxt3 and TypeScript with auto-imports for wails js runtime +- [Wails-Tool-Template](https://github.com/xisuo67/Wails-Tool-Template) - Wails template using Vue+TypeScript+Vite+Element-plus(仿网易云) ## Angular