This commit is contained in:
SyncfusionBuild 2023-12-20 14:28:42 +00:00
Родитель 81a2d98345
Коммит fa2acf5507
1 изменённых файлов: 12 добавлений и 4 удалений

Просмотреть файл

@ -15,22 +15,30 @@ The following topics can help you to use the Syncfusion Blazor Components and ru
* [System requirements](https://blazor.syncfusion.com/documentation/system-requirements/)
* Nodejs Version : [10.24.* or above](https://nodejs.org/download/release/v8.1.0/)
## How to run the demo
Clone the repository. This repository contains both Blazor Server demos and Blazor WASM demos with .NET 6 and .NET 8 project and solution files. This repository has Common, Blazor Server Demos and Blazor WASM Demos folder.
Clone the repository. This repository contains both Blazor Server demos and Blazor WASM demos with .NET Core 3.1 and .NET 6 project and solution files. This repository has Common, Blazor Server Demos and Blazor WASM Demos folder.
* `Blazor-Server-Demos` folder has solution and project files to run Blazor server demos.
* `Blazor-WASM-Demos` folder has solution and project files to run Blazor WebAssembly demos.
demos.
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Server Demos and Blazor WebAssembly Demos.
* `Blazor-WASM-Hosted-Demos` folder has solution and project files to run Blazor WebAssembly Hosted demos.
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Server Demos, Blazor WebAssembly Demos and Blazor WebAssembly Hosted Demos.
### Run the demo using .NET CLI
* Open the command prompt from the demo's directory.
* Run the demo using the following command.
To run .NET 6 Blazor Server Demos project
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET6.csproj`
To run .NET 8 Blazor Server Demos project
> `dotnet run --project Blazor-Server-Demos/Blazor_Server_Demos_NET8.csproj`
To run .NET 6 Blazor WASM Demos project
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET6.csproj`
To run .NET 8 Blazor WASM Demos project
> `dotnet run --project Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csproj`