Telerik UI for Blazor — Getting Started
Arguments
Usage: /telerik-blazor-getting-started [project-type] [project-name]
[project-type]:BlazorWebApp(default, .NET 8+) orBlazorWasm(Blazor WebAssembly standalone)[project-name]: The name for your project (default:MyBlazorApp)
Instructions
Determine the project type from
$ARGUMENTS:- If
$ARGUMENTScontainswasm,webassembly, orBlazorWasm(case-insensitive) → read and follow blazor-wasm.md - Otherwise → read and follow blazor-web-app.md (this is the default for .NET 8+)
- If
Extract the project name from
$ARGUMENTS. If no name is provided, useMyBlazorApp.Replace every
<project-name>placeholder in the loaded setup file with the actual project name before executing.Run all commands sequentially. Do not skip any step.
After completing every step, run the application and keep it running.