We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adfb64 commit 5a1e8c2Copy full SHA for 5a1e8c2
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
53
54
Although Vue is primarily designed for building web applications, it is by no means limited to just the browser. You can:
55
56
-- Build desktop apps with [Electron](https://www.electronjs.org/)
+- Build desktop apps with [Electron](https://www.electronjs.org/) or [Wails](https://wails.io)
57
- Build mobile apps with [Ionic Vue](https://ionicframework.com/docs/vue/overview)
58
- Build desktop and mobile apps from the same codebase with [Quasar](https://quasar.dev/) or [Tauri](https://tauri.app)
59
- Build 3D WebGL experiences with [TresJS](https://tresjs.org/)
0 commit comments