Comment on WebWindow, a cross-platform webview library for .NET CoreparentComments−ComputerGuru6yIt does not require Blazor. As the article says, you can use anything you want and the demo has vue.js−thdrdt6yCurrently I'm also using VueJs, but there are benefits of having one language for both the front and backend.With Blazor you can also share your models and other code if needed.
Comments
It does not require Blazor. As the article says, you can use anything you want and the demo has vue.js
Currently I'm also using VueJs, but there are benefits of having one language for both the front and backend.
With Blazor you can also share your models and other code if needed.