Create a Blazor Web App Before You Start — Gather Requirements If the user's request doesn't make the following clear, ask before scaffolding: What does the app do? List the main screens/features (e.g., "product catalog with search and shopping cart"). What kind of interactivity is needed? Displaying data and forms? Real-time updates? Offline support? Rich drag-and-drop UI? Deployment environment? Internet-facing? Intranet? Mobile users on slow connections? Authentication needed? Anonymous? Individual accounts? Organizational (Azure AD)? Pick the Right Interactivity Level Blazor render modes are a progression scale. Start at the simplest level that satisfies the requirements and only move up when there's a concrete reason. Static SSR ──→ SSR + Enhanced Nav ──→ Interactive Server ──→ Interactive WebAssembly simplest most complex Show more Installs 937 Repository dotnet/skills GitHub Stars 5.2K First Seen May 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
create-blazor-project
安装
npx skills add https://github.com/dotnet/skills --skill create-blazor-project