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: getting-started/vs-code-integration/new-project-wizard.md
+17-22Lines changed: 17 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ position: 2
11
11
12
12
This article demonstrates how to use the Telerik Extension for Visual Studio Code to create a new project that is pre-configured for the Progress® Telerik® UI for Blazor components.
13
13
14
-
## Get the Extension
14
+
## Getting the Extension
15
15
16
16
To use the **Telerik UI for Blazor Template Wizard**, install the Telerik UI for Blazor Visual Studio Code Extension. @[template](/_contentTemplates/common/general-info.md#vs-code-x-download)
17
17
18
-
## Start the Wizard
18
+
## Starting the Wizard
19
19
20
20
To create a Telerik-enabled Blazor project:
21
21
@@ -25,22 +25,28 @@ To create a Telerik-enabled Blazor project:
25
25
26
26
1. Type/Select `Telerik UI for Blazor Template Wizard: Launch` and press `Enter` to launch the extension.
27
27
28
-
## Configure the Project
28
+
## Creating the Project
29
29
30
30
The **Create New Project** wizard provides two options to start you project:
31
31
32
-
***Start from Blank Project** - allows you to create a blank project that is pre-configured for the Progress® Telerik® UI for Blazor components. You can select and add sample pages to get started (a Grid with CRUD operations form a service, a Form, Charts).
32
+
***Start from Blank App** - allows you to create a blank project that is pre-configured for the Progress® Telerik® UI for Blazor components. You can select and add sample pages to get started (a Grid with CRUD operations form a service, a Form, Charts).
33
33
34
-
***Start from a Template** - the wizard provides an Admin Dashboard Template - a fully functional sample app that showcases some of the most popular Telerik UI for Blazor components, such as Grid, TileLayout, Form, Charts, Gauges, etc. in a real world scenario.
34
+
***Start from Template** - the wizard provides a set of predefined project templates:
35
+
***CRUD, Form, Chart**—A small app that showcases the Telerik UI Data Grid, Chart, and Form validation. The Data Grid also uses a basic CRUD service (a common pattern for data updates in production-ready applications).
36
+
***Dashboard**—A basic dashboard that showcases the Telerik UI TileLayout component and how individual blocks (tiles) can fetch data.
37
+
***Admin**—A small app that showcases a dashboard for administrators. The app uses some of the main Telerik UI components like the [Data Grid]({%slug grid-overview%}), [Chart]({%slug components/chart/overview%}), [TileLayout]({%slug tilelayout-overview%}), [Form]({%slug form-overview%}), and more.
35
38
36
-
>caption The wizard allows you to configure the following options:
39
+
## Configuring the Project
37
40
38
-
* Location and name for your app.
39
-
* Your Telerik license (trial or commercial, depending on what you have).
40
-
* A WebAssembly or Server-Side Blazor app.
41
+
The wizard allows you to configure the following options:
42
+
43
+
* Name and output path for your app.
44
+
* Hosting model type—[**WebApp**]({%slug getting-started/web-app%}), [**Client** (also: WebAssembly)]({%slug getting-started/client-side%}), [**Server**]({%slug getting-started/server-side%}), or [**Hybrid** (a hybrid Blazor MAUI)]({%slug getting-started/hybrid-blazor%}) app.
45
+
* Your Telerik license (trial or commercial, depending on what you have).
46
+
* Whether to use localization in the project or not.
47
+
* Whether to use font icons in the project or not.
41
48
* The .NET version you want to use.
42
-
* The Telerik UI for Blazor version.
43
-
* Sample pages that you can add to get started (available for `Start from Blank Project` option).
49
+
* Sample pages that you can add to get started (available when `Start from Blank App` is selected).
44
50
* The theme you want to apply - the main window provides a list of the [built-in (base) themes]({%slug general-information/themes%}) (Default, Bootstrap and Material). The `See All Swatches` button opens a separate menu with a list of [color swatches]({%slug themes-swatches%}) under the corresponding base theme.
45
51
46
52
>caption Create New Project wizard
@@ -52,14 +58,3 @@ The **Create New Project** wizard provides two options to start you project:
1. Open the Terminal and navigate to the `Server` project folder. For a Server-side project, this is the folder with the project name. For a WASM project, this is the `Server` folder.
61
-
62
-
1. Execute `dotnet run` and navigate your browser to the link you see in the console output.
0 commit comments