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/)