0
joe@tronactive.com created
2 Answer(s)
-
0
Hi,
You can create a new Blazor WebAssembly project with Same name as your MVC app. And then copy Blazor and Host projects to your MVC app. So you can keep current
Application Layer
&Domain Layer
of your app and also have blazor UI of ABP Commercial modules.However, new blazor project won't have your custom pages or changes. You have to manually make any pages or changes you had done for MVC app.
-
0
This question has been automatically marked as stale because it has not had recent activity.