Skip to content

Commit b019a19

Browse files
docs(vsx): convert wizard
1 parent 9452713 commit b019a19

File tree

4 files changed

+59
-3
lines changed

4 files changed

+59
-3
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Convert to Telerik Project
3+
page_title: Convert to Telerik Project | Visual Studio Integration | Telerik UI for Blazor
4+
description: "Learn how to convert your existing Blazor app to use Telerik components in it with a few clicks through our Visual Studio Templates."
5+
slug: getting-started-vs-integration-convert-project
6+
position: 2
7+
---
8+
9+
# Convert to Telerik Application
10+
11+
This article demonstrates how to enable the Progress® Telerik® UI for Blazor components in you existing Blazor app with a few mouse clicks.
12+
13+
To add the Telerik Components to you existing Blazor application, use the use the **Convert Project Wizard**. The wizard detects all installed versions of Telerik UI for Blazor and lists them in the **Version** combobox—this enables you to start your project with the desired version. You can also [get the latest version]({%slug getting-started-vs-integration-latest-version%}) to make sure you are up to date.
14+
15+
To start the wizard, do the following:
16+
17+
1. In the **Solution Explorer**, select the Blazor app you want to add the Telerik components to (either WebAssembly, or Server-side Blazor)
18+
1. Open the **Extensions** menu.
19+
1. Click **Telerik** > **Telerik UI for Blazor** > **Concert to Telerik Application**.
20+
1. Follow the wizard.
21+
22+
The wizard, basically, adds the information from the [What You Need]({%slug getting-started/what-you-need%}) article to your project.
23+
24+
![Start the Convert Project Wizard](images/vs-ext-convert-project-entry.png)
25+
26+
The wizard provides you with the following options:
27+
28+
1. The ability to download the latest available version.
29+
1. A version selector so you can choose a particular version to add to the project.
30+
1. A list with the versions found on your machine that you can choose from.
31+
1. Whether to back up the project state before the conversion (in a folder called `<ProjectName>_Backup>_<timestamp>`).
32+
33+
![The Convert Project Wizard Options](images/convert-project-wizard-options.png)
34+
35+
36+
37+
38+
39+
## See Also
40+
41+
* [Visual Studio Extensions Overview]({% slug getting-started-vs-integration-overview %})
42+
* [Downloading the Latest Telerik UI for Blazor Versions]({% slug getting-started-vs-integration-latest-version %})
43+
* [Getting Started with Client-side apps]({%slug getting-started/client-side%})
44+
* [Getting Started with Server-side apps]({%slug getting-started/server-side%})
45+
* [Overview of what you need]({%slug getting-started/what-you-need%})
46+
Loading
Loading

getting-started/vs-integration/introduction.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,21 @@ position: 1
1010

1111
The Progress&reg; Telerik&reg; UI for Blazor Visual Studio (VS) Extensions enhance the experience in developing Blazor web applications with Telerik UI for Blazor.
1212

13-
As their primary advantage, the VS extensions facilitate the [creation of projects]({% slug getting-started-vs-integration-new-project %}). They can also give you notifications to [get the latest version]({%slug getting-started-vs-integration-latest-version %}).
13+
The Telerik Blazor Extensions provide the following advantages:
1414

15-
The Telerik UI for Blazor VS extensions support Visual Studio 2019 Preview. You can get them from the:
15+
* They facilitate the [creation of projects]({% slug getting-started-vs-integration-new-project %}).
16+
17+
* You can also use them to [add the Telerik Components to an existing project]({%slug getting-started-vs-integration-convert-project%}) with a few clicks.
18+
19+
* They can also give you notifications to [get the latest version]({%slug getting-started-vs-integration-latest-version %}).
20+
21+
22+
The Telerik UI for Blazor VS extensions support Visual Studio 2019.
23+
24+
You can get them from the:
1625

1726
* [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=TelerikInc.TelerikBlazorVSExtensions)
18-
* [Telerik UI for Blazor MSI installer]({%slug installation/msi%})
27+
* [Telerik UI for Blazor automated installer]({%slug installation/msi%})
1928

2029
To access the VS extensions, go to the **Extensions** > **Telerik** > **Telerik UI for Blazor** menu.
2130

@@ -26,4 +35,5 @@ To access the VS extensions, go to the **Extensions** > **Telerik** > **Telerik
2635
## See Also
2736

2837
* [Creating New Projects with Visual Studio]({% slug getting-started-vs-integration-new-project %})
38+
* [Convert Projects with Visual Studio]({% slug getting-started-vs-integration-convert-project %})
2939
* [Downloading the Latest Telerik UI for Blazor Versions]({% slug getting-started-vs-integration-latest-version %})

0 commit comments

Comments
 (0)