Skip to content

Commit b15898d

Browse files
authored
Update README.md
1 parent 04ed36c commit b15898d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release/documentation/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,26 @@ Prerequisites
44
.NET Core SDK - This includes everything you need to build and run Blazor WebAssembly apps.
55

66
Setup
7+
78
I. Install templates:
89

910
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview9.19465.2
1011
II. Create a blazor application:
1112

1213
dotnet new blazorwasm -o jqwidgets-blazor-app
14+
1315
III. Navigate to the application:
1416

1517
cd jqwidgets-blazor-app
18+
1619
IV. Add the jQWidgets.Blazor package:
1720

1821
dotnet add package jQWidgets.Blazor
22+
1923
V. Open _Imports.razor and add the following at the bottom:
2024

2125
@using jQWidgets.Blazor.Components
26+
2227
VI. Open wwwroot/index.html and add the needed styles and scripts. For example if you are going to use JqxBarGauge, the file should look like this:
2328
```
2429
<!DOCTYPE html>

0 commit comments

Comments
 (0)