Skip to content

Commit 58ba3c8

Browse files
authored
docs(extras): move Tauri (#2717)
1 parent aabcb95 commit 58ba3c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/extras/ways-of-using-vue.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ 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/) or [Tauri](https://tauri.app)
56+
- Build desktop apps with [Electron](https://www.electronjs.org/)
5757
- 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/)
58+
- 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/)
6060
- Use Vue's [Custom Renderer API](/api/custom-renderer) to build custom renderers, like those for [the terminal](https://github.com/vue-terminal/vue-termui)!

0 commit comments

Comments
 (0)