Skip to content

Commit

Permalink
docs(extras): move Tauri (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Mar 5, 2024
1 parent aabcb95 commit 58ba3c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guide/extras/ways-of-using-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!

0 comments on commit 58ba3c8

Please sign in to comment.