From 44a9d617e8098f41440929290c76c308e23a04b6 Mon Sep 17 00:00:00 2001 From: Paul Brickwell <68799815+paulbrickwell@users.noreply.github.com> Date: Thu, 4 Dec 2025 01:40:19 -0800 Subject: [PATCH] Add templates for Nuxt (#4750) Add Wails templates for Nuxt --- website/versioned_docs/version-v2.11.0/community/templates.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/versioned_docs/version-v2.11.0/community/templates.mdx b/website/versioned_docs/version-v2.11.0/community/templates.mdx index 3b020b60b..f10f51df3 100644 --- a/website/versioned_docs/version-v2.11.0/community/templates.mdx +++ b/website/versioned_docs/version-v2.11.0/community/templates.mdx @@ -29,6 +29,8 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-template-naive](https://github.com/tk103331/wails-template-naive) - Wails template based on Naive UI (A Vue 3 Component Library) - [wails-template-primevue-sakai](https://github.com/TekWizely/wails-template-primevue-sakai) - Wails starter using [PrimeVue's Sakai Application Template](https://sakai.primevue.org) (Vite, Vue, PrimeVue, TailwindCSS, Vue Router, Themes, Dark Mode, UI Components, and more) - [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-nuxt-template](https://github.com/paulbrickwell/wails-nuxt-template) - Wails template using Nuxt 4 +- [wails-nuxt-tailwind-template](https://github.com/paulbrickwell/wails-nuxt-tailwind-template) - Wails template using Nuxt 4 and the official Nuxt Tailwind and Nuxt Color Mode modules ## Angular