diff --git a/BlazorApp/Components/Pages/Sdk.razor b/BlazorApp/Components/Pages/Sdk.razor index d7f6999..ee282ca 100644 --- a/BlazorApp/Components/Pages/Sdk.razor +++ b/BlazorApp/Components/Pages/Sdk.razor @@ -20,15 +20,8 @@
dotnet new install ./path/to/SilverSHELL.Starter.Template
-dotnet new install ./path/to/SilverSHELL.AppModule.Templatedotnet new install SilverLabs.SilverSHELL.TemplatesDownload the SilverSHELL project templates to get started:
+Install the SilverSHELL templates package from NuGet:
Create a new SilverSHELL application with minimal configuration
-Size: 6.7 KB
-Includes: Blazor WebAssembly setup, module loading, PWA support
- - Download Starter Template - -Create reusable SilverSHELL modules with best practices
-Size: 17 KB
-Includes: Module structure, configuration, CI/CD templates
- - Download Module Template +Complete package with both Starter and Module templates
+Package ID: SilverLabs.SilverSHELL.Templates
+Includes: Blazor WebAssembly starter template, module template with CI/CD, PWA support, module repository integration
+dotnet new install SilverLabs.SilverSHELL.Templates