Is it possible to create a new Nx mono-repo for two existing Apps, one in Angular 14 and the other in Vue3 using Vite?
Another bonus would be to have an Asp.Net application also in the same mono-repo.
From what I have seen and attempted; it was hard enough to migrate an existing Angular app to Nx; and this would be also due to the complexity of the existing App.
Also I have noticed that Vue3 and Nx are still not completely integrated - as in not production ready.
Any sample projects/apps that do this would great as my searchs have not landed any.