Skip to content

Commit 9993b31

Browse files
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
1 parent 72587eb commit 9993b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/guide/extras/ways-of-using-vue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The Vue team also maintains a static-site generator called [VitePress](https://v
5353

5454
Although Vue is primarily designed for building web applications, it is by no means limited to just the browser. You can:
5555

56-
- Build desktop apps with [Electron](https://www.electronjs.org/)
56+
- Build desktop apps with [Electron](https://www.electronjs.org/) or [Wails](https://wails.io)
5757
- Build mobile apps with [Ionic Vue](https://ionicframework.com/docs/vue/overview)
5858
- Build desktop and mobile apps from the same codebase with [Quasar](https://quasar.dev/) or [Tauri](https://tauri.app)
5959
- Build 3D WebGL experiences with [TresJS](https://tresjs.org/)

0 commit comments

Comments
 (0)