From 3f077d9bdb2ab1a7949c24611c72047d0444b489 Mon Sep 17 00:00:00 2001 From: tk Date: Wed, 7 Dec 2022 15:50:22 +0800 Subject: [PATCH] Update templates.mdx (#2184) Add wails-template-naive --- website/docs/community/templates.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index 8bed07a2a..eef7f6fa0 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -28,6 +28,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-vite-vue-the-works](https://github.com/codydbentley/wails-vite-vue-the-works) - Vue 3 TypeScript with Vite, Vuex, Vue Router, Sass, and ESLint + Prettier - [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) ## Angular