v24.1.41
This commit is contained in:
Родитель
81a2d98345
Коммит
fa2acf5507
16
README.md
16
README.md
|
@ -15,23 +15,31 @@ 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 8 Blazor WASM Demos project
|
||||
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`
|
||||
|
||||
### Run the demo using Visual Studio
|
||||
|
|
Загрузка…
Ссылка в новой задаче