{"id":15092970,"url":"https://github.com/mudblazor/templates","last_synced_at":"2025-05-15T00:06:34.129Z","repository":{"id":37594654,"uuid":"316438701","full_name":"MudBlazor/Templates","owner":"MudBlazor","description":"Ready to use Blazor Templates in different styles and layout with all the basic setup already done for MudBlazor.","archived":false,"fork":false,"pushed_at":"2025-03-25T18:49:39.000Z","size":1731,"stargazers_count":815,"open_issues_count":4,"forks_count":185,"subscribers_count":31,"default_branch":"dev","last_synced_at":"2025-05-15T00:05:05.155Z","etag":null,"topics":["blazor","blazor-client","blazor-components","blazor-server","blazor-webassembly","component","component-library","hacktoberfest","material","netcore","template","templates","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MudBlazor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-27T08:08:33.000Z","updated_at":"2025-05-14T09:42:55.000Z","dependencies_parsed_at":"2024-06-29T19:36:02.155Z","dependency_job_id":"2004c348-5a2e-4384-9cbc-966018b6ab6e","html_url":"https://github.com/MudBlazor/Templates","commit_stats":{"total_commits":363,"total_committers":20,"mean_commits":18.15,"dds":"0.41597796143250687","last_synced_commit":"02309da75dba7de7ad999735e49806f9ddf9b1fb"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MudBlazor%2FTemplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MudBlazor%2FTemplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MudBlazor%2FTemplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MudBlazor%2FTemplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MudBlazor","download_url":"https://codeload.github.com/MudBlazor/Templates/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249198,"owners_count":22039029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","blazor-client","blazor-components","blazor-server","blazor-webassembly","component","component-library","hacktoberfest","material","netcore","template","templates","wasm","webassembly"],"created_at":"2024-09-25T11:02:21.482Z","updated_at":"2025-05-15T00:06:34.051Z","avatar_url":"https://github.com/MudBlazor.png","language":"HTML","readme":"# ![MudBlazor](content/MudBlazor-GitHub-NoBg.png)\n# Blazor Template pre-configured with MudBlazor.\n\n[![GitHub](https://img.shields.io/github/license/garderoben/mudblazor?color=%23594ae2\u0026style=flat-square)](https://github.com/Garderoben/MudBlazor.Templates/blob/master/LICENSE)\n[![Discord](https://img.shields.io/discord/786656789310865418?color=%237289da\u0026label=Discord\u0026logo=discord\u0026logoColor=%237289da\u0026style=flat-square)](https://discord.gg/mudblazor)\n[![Twitter](https://img.shields.io/twitter/follow/MudBlazor?color=1DA1F2\u0026label=Twitter\u0026logo=Twitter\u0026style=flat-square)](https://twitter.com/MudBlazor)\n[![Nuget version](https://img.shields.io/nuget/v/MudBlazor.Templates?color=ff4081\u0026label=nuget%20version\u0026logo=nuget\u0026style=flat-square)](https://www.nuget.org/packages/MudBlazor.Templates/)\n[![Nuget downloads](https://img.shields.io/nuget/dt/MudBlazor.Templates?color=ff4081\u0026label=nuget%20downloads\u0026logo=nuget\u0026style=flat-square)](https://www.nuget.org/packages/MudBlazor.Templates/)\n\nWe're excited to announce the availability of a new template for .NET 9 Web Apps: the MudBlazor Web App template. This template is based on the Microsoft Web App template, but has been modified to include MudBlazor components.\n\n## Prerequisites\n\n- .NET 9 SDK\n- Visual Studio 2022, JetBrains Rider or Visual Studio Code \n\n## Getting Started\n### Installation\n```\ndotnet new install MudBlazor.Templates\n```\n\n## Usage\n### Interactive per Page\n```\ndotnet new mudblazor --interactivity (Auto|Server|WebAssembly)\n```\n\n### Interactive Global\n```\ndotnet new mudblazor --interactivity (Auto|Server|WebAssembly) --all-interactive\n```\n\n### Adding Authentication\n```\ndotnet new mudblazor --interactivity Auto --auth Individual\ndotnet new mudblazor --interactivity Auto --auth Individual --all-interactive\n```\n\n### Visual Studio Templates\nThe templates can also be used in Visual Studio and should show up in the list when creating a new project.\n\n## Contributing\n### Installing directly from Source Code\nIf you want to test changes to the templates source code that hasn't been published yet \nclone the source code and execute the InstallAndBuildAllTemplates.ps1 powershell script\n```\ngit clone https://github.com/MudBlazor/Templates.git\n```\nIf you get an error about the script not being digitally signed use this command to change the security policy for this shell session:\n```\nSet-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudblazor%2Ftemplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudblazor%2Ftemplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudblazor%2Ftemplates/lists"}