From d504e94461e0ef6491146bccd94aad0e276b0f15 Mon Sep 17 00:00:00 2001 From: C15U <34241360+Gornius@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:38:06 +0200 Subject: [PATCH] Add wails-template-nuxt --- 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 44689684934..7db61f0837c 100644 --- a/website/versioned_docs/version-v2.9.0/community/templates.mdx +++ b/website/versioned_docs/version-v2.9.0/community/templates.mdx @@ -27,6 +27,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-template-quasar-js](https://github.com/sgosiaco/wails-template-quasar-js) - A template using JavaScript + Quasar V2 (Vue 3, Vite, Sass, Pinia, ESLint, Prettier) - [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 ## Angular