Is there a way to develop with blazor on mac? I saw the getting started guide and the first problem I saw was that there is no template in the visual studio for mac or ASP.NET Core Blazor Language Services*** extension to be able to run it.
If there is a way can you give me some beginner steps to start a simple project ?
ASP.NET Core Blazor supports two different hosting options; Blazor WebAssembly (WASM) or Blazor Server. Visual Studio for Mac supports both hosting models. Visual Studio for Mac 8.4+ supports Blazor Server and Visual Studio for Mac 8.6+ supports both.
No longer experimental Blazor is GO GO GO.
Blazor Server does support SEO. However, the default template for Blazor Server does not support SEO and you have to implement it yourself.
Have a look at the available templates: https://github.com/dotnet/templating/wiki/Available-templates-for-dotnet-new
In your case it would be: dotnet new -i Microsoft.AspNetCore.Blazor.Templates::*
The documentation on blazor.net can help you get started, scroll down to where it shows you how to create via command line.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With