Hi,
Did you have some documentation on how can we integrate some elements in the existing Blazor webassambley application?
Unfortunately, the guide for webserver does not help.
Thank you
Hi Lucian,
Unfortunately, at the moment we do not have a such tutorial, we will consider adding it in upcoming releases.
You should be able to reuse most of the components provided in our Blazor Server app. Just create new project with dotnet CLI command dotnet new blazorwasm -o BlazorApp
and copy components to the newly created Blazor webassambly project.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
I tried to change the StarterKit project to the wasm program.cs but the operations performed on "app" after building the builder were not compatible. Having a solution to this would be very helpful as probably blazor wasm is the most popular implementation.
Also i'm not able to load the app or the template after doing it, probably because the pipeline is not built the same way, idk
please create demo kit webassembly