File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,26 @@ Prerequisites
4
4
.NET Core SDK - This includes everything you need to build and run Blazor WebAssembly apps.
5
5
6
6
Setup
7
+
7
8
I. Install templates:
8
9
9
10
dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview9.19465.2
10
11
II. Create a blazor application:
11
12
12
13
dotnet new blazorwasm -o jqwidgets-blazor-app
14
+
13
15
III. Navigate to the application:
14
16
15
17
cd jqwidgets-blazor-app
18
+
16
19
IV. Add the jQWidgets.Blazor package:
17
20
18
21
dotnet add package jQWidgets.Blazor
22
+
19
23
V. Open _ Imports.razor and add the following at the bottom:
20
24
21
25
@using jQWidgets.Blazor.Components
26
+
22
27
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:
23
28
```
24
29
<!DOCTYPE html>
You can’t perform that action at this time.
0 commit comments