From 8ee493f48d6e63e84fec17628b3d975dfe3caa2e Mon Sep 17 00:00:00 2001 From: Sean Gosiaco Date: Tue, 8 Nov 2022 01:34:05 -0800 Subject: [PATCH] Added quasar-js and quasar-ts templates (#2062) --- 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 0c3eb0af7..70f3ea681 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -26,6 +26,8 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for - [wails-template-vue](https://github.com/misitebao/wails-template-vue) - Wails template based on Vue ecology (Integrated TypeScript, Dark theme, Internationalization, Single page routing, TailwindCSS) - [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 +- [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