Blazor WebAssembly 3.2.0 now available | MSBuild 2020 NEWS
Yesterday on 19th May 2020 in Microsoft Build event (Virtual Event), Finally Microsoft Announced the release for Blazor WASM
Also, you can officially find this news here: Microsoft Blog
This is a fully-featured and supported release of Blazor WebAssembly that is ready for production use. Full-stack web development with .NET is nowhere!
Get started
Getting started with Blazor WebAssembly is easy: simply go to https://blazor.net and install the latest .NET Core SDK (3.1.300 or later), which includes everything you need to build and run Blazor WebAssembly apps.
You can then create and run your first Blazor WebAssembly app by running:
dotnet new blazorwasm -o BlazorApp1
cd BlazorApp1
dotnet run
Browse to https://localhost:5001, You’ve just built and run your first Blazor WebAssembly app!
Ready-made components
Of course, any web app is going to need beautiful and feature-rich components. A variety of Blazor UI components are available from our fantastic partners that work great in any Blazor app, including Blazor WebAssembly apps: