From b88c7a20e8872da98a7bf6084e61cfbd8acf8b58 Mon Sep 17 00:00:00 2001 From: Shyam-Chen Date: Wed, 28 Feb 2024 23:02:20 +0800 Subject: [PATCH] docs(extras): move Tauri --- src/guide/extras/ways-of-using-vue.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guide/extras/ways-of-using-vue.md b/src/guide/extras/ways-of-using-vue.md index 9c2880acbd..57a15708c1 100644 --- a/src/guide/extras/ways-of-using-vue.md +++ b/src/guide/extras/ways-of-using-vue.md @@ -53,8 +53,8 @@ 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/) or [Tauri](https://tauri.app) +- Build desktop apps with [Electron](https://www.electronjs.org/) - 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/) +- 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/) - 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)!