From 366e6afa3fbeed680739bc98b912d68ad38a887e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E6=9E=AB=E7=9F=A5=E9=81=93?= <90557343+fengfengzhidao@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:05:33 +0800 Subject: [PATCH] Add Wails templates for Quasar and ArcoDesign (#4651) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Wails templates for Quasar and ArcoDesign 增加一个vue3、ts、arcodesign的wails模板 * Apply suggestion from @coderabbitai[bot] Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: Lea Anthony Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- 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 9eac30478..776ec1742 100644 --- a/website/versioned_docs/version-v2.10/community/templates.mdx +++ b/website/versioned_docs/version-v2.10/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-tdesign-js](https://github.com/tongque0/wails-template-tdesign-js) - Wails template based on TDesign UI (a Vue 3 UI library by Tencent), using Vite, Pinia, Vue Router, ESLint, and Prettier. +- [wails-template-arcodesign-ts](https://github.com/fengfengzhidao/wails-template-arcodesign-ts) - Wails template based on ArcoDesign UI (a Vue 3 UI library by ArcoDesign), using Vite, Pinia, Vue Router. ## Angular