# First Blazor **Repository Path**: ryukaka/FirstBlazor ## Basic Information - **Project Name**: First Blazor - **Description**: No description available - **Primary Language**: C# - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FirstBlazor #### 项目介绍 2018/5/2微软公布了 Blazor 0.3.0 版。本项目时根据官方Guide [Get started with Blazor](https://blazor.net/docs/get-started.html) 写的示例。 1. FirstBlazor:[Build your first Blazor app](https://blazor.net/docs/tutorials/build-your-first-blazor-app.html) 2. ComponentsSample:Clone from [https://github.com/aspnet/Blazor.Docs/tree/master/docs/components/common/samples/2.x/ComponentsSample](https://github.com/aspnet/Blazor.Docs/tree/master/docs/components/common/samples/2.x/ComponentsSample) #### 软件架构 .net Core Blazor #### 安装教程 1. 安装 [.NET Core 2.1 SDK](https://go.microsoft.com/fwlink/?linkid=873092) (2.1.300-preview2-008533 或更新). 2. 安装 [Visual Studio 2017](https://go.microsoft.com/fwlink/?linkid=873093) (15.7 Preview 5 或更新),安装时选择 `ASP.NET and web development workload` 组件. 3. 安装最新的 [Blazor Language Services extension](https://go.microsoft.com/fwlink/?linkid=870389). #### 参考文档 1. [Blazor 0.3.0 experimental release now available](https://blogs.msdn.microsoft.com/webdev/2018/05/02/blazor-0-3-0-experimental-release-now-available/) 2. [Get started with Blazor](https://blazor.net/docs/get-started.html)