docs(common): sync getting started with preview 8

This commit is contained in:
Marin Bratanov 2019-08-14 11:33:36 +03:00
Родитель 456075ba38
Коммит b8db3fe640
8 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -276,7 +276,7 @@ baseurl: /blazor-ui
## Latest UI for Blazor version. Used in some articles
uiForBlazorLatestVersion: "1.4.1"
uiForBlazorLatestVersion: "1.5.0"
## The Kendo UI version used
cdnVersion: "2019.1.115"

Просмотреть файл

@ -31,7 +31,7 @@
>tip Make sure that you have [.NET Core 3.0](https://dotnet.microsoft.com/download/dotnet-core/3.0) and [Visual Studio 2019 **Preview**](https://visualstudio.microsoft.com/vs/preview/) installed. You must use the Preview version of Visual Studio for working with Blazor apps.
>
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Preview 7`.
> The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports .NET Core 3 `Preview 8`.
You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
@ -61,13 +61,13 @@ Once you have added the Telerik NuGet feed, continue with this tutorial.
If you don't have a Blazor project set up, first you need to create one:
1. Open Visual Studio 2019
1. Open Visual Studio 2019 Preview
1. Create a New Project
1. Choose `ASP.NET Core Web Application` and click `Next`. Then, choose a name and location for the project and click `Create`.
1. Choose `Blazor App` and click `Next`. Then, choose a name and location for the project and click `Create`.
![Create new ASP.NET Core Web Application](images/create-new-application.jpg)
![Create new ASP.NET Core Web Application](images/create-new-application.png)
#end
#start-trial

Просмотреть файл

@ -26,7 +26,7 @@ This article explains how to get the Telerik UI for Blazor components in your **
## Add the Telerik Components to Your Project
For client-side Blazor, we recommend the usage of `Blazor (ASP.NET Hosted)` project.
For client-side `Blazor App`, we recommend the usage of `Blazor (ASP.NET Hosted)` project.
@[template](/_contentTemplates/common/get-started.md#project-creation-part-1)
1. Choose the `Blazor (ASP.NET Hosted)` project type and click `Create`.

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 46 KiB

После

Ширина:  |  Высота:  |  Размер: 34 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 43 KiB

После

Ширина:  |  Высота:  |  Размер: 33 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 137 KiB

Двоичные данные
getting-started/images/create-new-application.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 61 KiB

Просмотреть файл

@ -26,10 +26,10 @@ This article explains how to get the Telerik UI for Blazor components in your **
## Add the Telerik Components to Your Project
To use Blazor server-side, you need to use the `Razor Components` type of project.
To use Blazor server-side, you need to use the `Blazor App` type of project with its `Blazor Server App` flavor.
@[template](/_contentTemplates/common/get-started.md#project-creation-part-1)
1. Choose the `Razor Components` project type and click `Create`.
1. Choose the `Blazor Server App` project type and click `Create`.
![Select Blazor Project Type](images/choose-project-template-server-blazor.png)