Skip to content

Commit

Permalink
docs: recommend tres instead of trois (#2651)
Browse files Browse the repository at this point in the history
trois is unmaintained for nearly 2 years

---

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
  • Loading branch information
alvarosabu and brc-dd committed Jan 8, 2024
1 parent 6d91d77 commit 8f5dde5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/guide/extras/ways-of-using-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ Although Vue is primarily designed for building web applications, it is by no me
- Build desktop apps with [Electron](https://www.electronjs.org/) or [Tauri](https://tauri.app)
- 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/)
- Use Vue's [Custom Renderer API](/api/custom-renderer) to build custom renderers targeting [WebGL](https://troisjs.github.io/) or even [the terminal](https://github.com/vue-terminal/vue-termui)!
- 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 8f5dde5

Please sign in to comment.