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
Copy file name to clipboardExpand all lines: _contentTemplates/common/get-started.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
22
22
#blazor-tutorial-intro
23
-
## Set Up a Blazor Project
23
+
## Step 1 - Set Up a Blazor Project
24
24
25
25
[Blazor](https://blazor.net/) is still a new technology, so you need to ensure you can run its vanilla version first. To do that, follow the MSDN tutorial and make sure that you can create and run basic sample Blazor applications:
26
26
#end
@@ -35,12 +35,12 @@
35
35
36
36
You may also find useful the [Getting started videos for Blazor](https://www.youtube.com/watch?v=aaRAZYaJ4xc&list=PLvmaC-XMqeBYPTwcm478vs8Rujq2tiVJo) by Telerik.
37
37
38
-
>caption Once you have the vanilla Blazor application running, continue to the next steps.
38
+
>caption Once you have a vanilla Blazor application running, continue to the next steps.
39
39
#end
40
40
41
41
42
42
#add-nuget-feed
43
-
## Add the Telerik NuGet Feed to Visual Studio
43
+
###Add the Telerik NuGet Feed to Visual Studio
44
44
45
45
Telerik UI for Blazor is distributed through our private NuGet feed.
46
46
@@ -53,11 +53,13 @@ Once you have added the Telerik NuGet feed, continue with this tutorial.
53
53
54
54
55
55
#project-creation-part-1
56
-
If you have one, go to the [Add to Existing Project](#add-to-existing-project) section below.
56
+
If you have one, go to the [Add the Telerik Components to an Existing Project Project](#step-3---add-the-telerik-components-to-an-existing-project) section below.
57
57
58
-
If you don't have a Blazor project set up, first you need to create one, then go to the [Add to Existing Project](#add-to-existing-project) section below.
59
58
60
-
>tip You can use the [Visual Studio Extensions]({%slug getting-started-vs-integration-new-project%}) we provide to prepare the project for you, so that you can start using the Telerik components immediately.
59
+
60
+
>tip You can use the [Visual Studio Extensions]({%slug getting-started-vs-integration-overview%}) we provide to [create the project for you]({%slug getting-started-vs-integration-new-project%}), so that you can start using the Telerik components immediately.
61
+
>
62
+
>The rest of this article will explain the manual steps if you want to have a better understanding of the underlying process.
61
63
62
64
To create a project manually, follow these steps:
63
65
@@ -75,7 +77,9 @@ If you don't have an active license, [start a UI for Blazor trial](https://www.t
75
77
#end
76
78
77
79
#get-access
78
-
To get access to the UI for Blazor components, follow these steps:
80
+
### Enable the Components in the Project
81
+
82
+
To have the project use the Telerik UI for Blazor components, follow these steps:
Copy file name to clipboardExpand all lines: getting-started/client-blazor.md
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Client-side Blazor
2
+
title: Client-side Blazor - Tutorial
3
3
page_title: First Steps with Client-side UI for Blazor
4
4
description: First Steps with UI for Blazor Client-side
5
5
slug: getting-started/client-side
@@ -12,31 +12,28 @@ position: 1
12
12
13
13
This article explains how to get the Telerik UI for Blazor components in your **Client-side** Blazor project and start using them quickly. The process consists of the following steps:
14
14
15
-
1.[Set Up a Blazor Project](#set-up-a-blazor-project)
16
-
1.[Add the Telerik NuGet Feed to Visual Studio](#add-the-telerik-nuget-feed-to-visual-studio)
17
-
1.[Add the Telerik Components to Your Project](#add-the-telerik-components-to-your-project)
18
-
*[Add to an Existing Project](#add-to-existing-project)
19
-
1.[Add a Telerik Component to a View](#add-a-telerik-component-to-a-view)
15
+
1.[Set Up a Blazor Project](#step-1---set-up-a-blazor-project)
16
+
1.[Enable the Telerik Components in the Project](#step-2---enable-the-telerik-components-in-an-existing-project)
17
+
1.[Add the Telerik NuGet Feed to Visual Studio](#add-the-telerik-nuget-feed-to-visual-studio)
18
+
1.[Enable the Components in the Project](#enable-the-components-in-the-project)
19
+
1.[Add a Telerik Component to a View](#step-3---add-a-telerik-component-to-a-view)
Copy file name to clipboardExpand all lines: getting-started/server-blazor.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Server-side Blazor
2
+
title: Server-side Blazor - Tutorial
3
3
page_title: First Steps with Server-side UI for Blazor
4
4
description: First Steps with UI for Blazor Server-side
5
5
slug: getting-started/server-side
@@ -12,19 +12,15 @@ position: 2
12
12
13
13
This article explains how to get the Telerik UI for Blazor components in your **Server-side** Blazor project and start using them quickly. The process consists of the following steps:
14
14
15
-
1.[Set Up a Blazor Project](#set-up-a-blazor-project)
16
-
1.[Add the Telerik NuGet Feed to Visual Studio](#add-the-telerik-nuget-feed-to-visual-studio)
17
-
1.[Add the Telerik Components to Your Project](#add-the-telerik-components-to-your-project)
18
-
*[Add to an Existing Project](#add-to-existing-project)
19
-
1.[Add a Telerik Component to a View](#add-a-telerik-component-to-a-view)
15
+
1.[Set Up a Blazor Project](#step-1---set-up-a-blazor-project)
16
+
1.[Enable the Telerik Components in the Project](#step-2---enable-the-telerik-components-in-an-existing-project)
17
+
1.[Add the Telerik NuGet Feed to Visual Studio](#add-the-telerik-nuget-feed-to-visual-studio)
18
+
1.[Enable the Components in the Project](#enable-the-components-in-the-project)
19
+
1.[Add a Telerik Component to a View](#step-3---add-a-telerik-component-to-a-view)
0 commit comments