From 9993b31eb2162e5364a3a19fe579f51afe681b87 Mon Sep 17 00:00:00 2001 From: Martin Patino Date: Wed, 5 Mar 2025 11:02:08 -0700 Subject: [PATCH] Update ways-of-using-vue.md Adding a great alternative to desktop apps called Wails.io. Wails.io is a Golang desktop framework, which can utilize Vue as client-side code to build desktop apps. https://wails.io/docs/community/templates/#vue --- src/guide/extras/ways-of-using-vue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/extras/ways-of-using-vue.md b/src/guide/extras/ways-of-using-vue.md index 57a15708c1..0332f45670 100644 --- a/src/guide/extras/ways-of-using-vue.md +++ b/src/guide/extras/ways-of-using-vue.md @@ -53,7 +53,7 @@ The Vue team also maintains a static-site generator called [VitePress](https://v Although Vue is primarily designed for building web applications, it is by no means limited to just the browser. You can: -- Build desktop apps with [Electron](https://www.electronjs.org/) +- Build desktop apps with [Electron](https://www.electronjs.org/) or [Wails](https://wails.io) - Build mobile apps with [Ionic Vue](https://ionicframework.com/docs/vue/overview) - Build desktop and mobile apps from the same codebase with [Quasar](https://quasar.dev/) or [Tauri](https://tauri.app) - Build 3D WebGL experiences with [TresJS](https://tresjs.org/)