Skip to content

Commit 80ca3af

Browse files
ntachevaikoevska
andauthored
Update VSCode Wizard documentation (#1889)
* docs(vscode): update docs and screenshot * docs(common): add hosting models links * Update getting-started/vs-code-integration/new-project-wizard.md Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]> * Update getting-started/vs-code-integration/new-project-wizard.md Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]> * Update getting-started/vs-code-integration/new-project-wizard.md Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]> * Update getting-started/vs-code-integration/new-project-wizard.md Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]> * Update getting-started/vs-code-integration/new-project-wizard.md Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]> * chore(common): address feedback --------- Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 1a7caa3 commit 80ca3af

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed
36.9 KB
Loading

getting-started/vs-code-integration/new-project-wizard.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ position: 2
1111

1212
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&reg; Telerik&reg; UI for Blazor components.
1313

14-
## Get the Extension
14+
## Getting the Extension
1515

1616
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)
1717

18-
## Start the Wizard
18+
## Starting the Wizard
1919

2020
To create a Telerik-enabled Blazor project:
2121

@@ -25,22 +25,28 @@ To create a Telerik-enabled Blazor project:
2525

2626
1. Type/Select `Telerik UI for Blazor Template Wizard: Launch` and press `Enter` to launch the extension.
2727

28-
## Configure the Project
28+
## Creating the Project
2929

3030
The **Create New Project** wizard provides two options to start you project:
3131

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).
3333

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**&mdash;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**&mdash;A basic dashboard that showcases the Telerik UI TileLayout component and how individual blocks (tiles) can fetch data.
37+
* **Admin**&mdash;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.
3538

36-
>caption The wizard allows you to configure the following options:
39+
## Configuring the Project
3740

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&mdash;[**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.
4148
* 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).
4450
* 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.
4551

4652
>caption Create New Project wizard
@@ -52,14 +58,3 @@ The **Create New Project** wizard provides two options to start you project:
5258
![VS code wizard overview](images/vs-code-swatches-menu.png)
5359

5460
@[template](/_contentTemplates/common/general-info.md#vs-code-nuget-note)
55-
56-
## Run the Project
57-
58-
Open the project, and then run it:
59-
60-
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.
63-
64-
You now have a Blazor SPA app running!
65-

0 commit comments

Comments
 (0)