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
44.NET Core SDK - This includes everything you need to build and run Blazor WebAssembly apps.
55
66Setup
7+
78I. Install templates:
89
910dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview9.19465.2
1011II. Create a blazor application:
1112
1213dotnet new blazorwasm -o jqwidgets-blazor-app
14+
1315III. Navigate to the application:
1416
1517cd jqwidgets-blazor-app
18+
1619IV. Add the jQWidgets.Blazor package:
1720
1821dotnet add package jQWidgets.Blazor
22+
1923V. Open _ Imports.razor and add the following at the bottom:
2024
2125@using jQWidgets.Blazor.Components
26+
2227VI. 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>
You can’t perform that action at this time.
0 commit comments