From b5437ed1b5e5fbbf6deeef8dbadb68c7f672a68c Mon Sep 17 00:00:00 2001 From: Cody Bentley Date: Sat, 2 Oct 2021 17:27:07 -0600 Subject: [PATCH] Added two new Vue3 TS templates to website --- website/docs/community/templates.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index b8a78492b..a1ce48f6b 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -22,4 +22,6 @@ Example: `wails init -n "Your Project Name" -t https://github.com/misitebao/wail ## Vue - [wails-template-vue](https://github.com/misitebao/wails-template-vue) - A template using vue and vue-router +- [wails-vite-vue-ts](https://github.com/codydbentley/wails-vite-vue-ts) - Vue 3 TypeScript with Vite (and instructions to add features) +- [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