Develop cross-platform applications using .NET MAUI Blazor and Vue.js
Use Vue.Cli to create an independent Vue project. Use Node.js and Webpack build technology in the Vue project to publish Vue to static files. Create a .NET MAUI Blazor project and use the project's dist directory to copy it to the wwwroot directory of the .NET MAUI Blazor project. Use Blazor components in the .NET MAUI Blazor project to reference the index.html file of the Vue.js project, thereby achieving mixed development of .NET MAUI Blazor and Vue.js.
Blog post: https://blog.csdn.net/jevonsflash/article/details/121833749
Integrate with the Blazor MAUI App project, use Vue as part of MAUI, and use vue directly in the MAUI project. Do not use Vue Router, Vuex, Vue CLI, single file components, only use Vue's template syntax, event processing, calculated properties/listeners and other basic features
Blog post: https://blog.csdn.net/jevonsflash/article/details/133910124