You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started with a Blazor WebApp with the "Auto" interactive mode (so 2 projects, 1 for Client, 1 for Server)
dotnet new blazor --interactivity auto
I've added a Photino Blazor project to the solution. I'd like to deploy both as a blazor web-app that's hosted somewhere, but use Photino Blazor for an installable client app instead of WPA since I like the look of the Photino native stuff.
I'd like to share as much of (ideally, all) of the pages and routes from the Server project. MudBlazor theme, config, etc... Bonus points if it works for the Client project as well.
I understand the wasm stuff doesn't work in Photino Blazor but hoping there's a convenient way to share the wwwroot across the Server and Photino projects. Is this a csproj external files link scenario or is there a better option?
The text was updated successfully, but these errors were encountered:
I started with a Blazor WebApp with the "Auto" interactive mode (so 2 projects, 1 for Client, 1 for Server)
I've added a Photino Blazor project to the solution. I'd like to deploy both as a blazor web-app that's hosted somewhere, but use Photino Blazor for an installable client app instead of WPA since I like the look of the Photino native stuff.
I'd like to share as much of (ideally, all) of the pages and routes from the Server project. MudBlazor theme, config, etc... Bonus points if it works for the Client project as well.
I understand the wasm stuff doesn't work in Photino Blazor but hoping there's a convenient way to share the wwwroot across the Server and Photino projects. Is this a csproj external files link scenario or is there a better option?
The text was updated successfully, but these errors were encountered: