-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add empty option for the Blazor Web App template #48913
Comments
Looking at how our existing templates are used, it appears that the empty templates are not used as much as the ones with sample content. So, it looks like the default should be to include the sample content and then have an The empty version of the template would have a basic Home page, but no Counter or Weather pages. It would include a simple MainLayout without a NavMenu. It wouldn't include Bootstrap. Just like the existing empty templates. We'd need to figure out how this would interact with the authentication options, like the proposed Blazor default identity UI (#48786). Since the Bootstrap styling wouldn't be available, users would need to style the Identity UI along with the rest of the app. @halter73 Do you foresee any problems with this? |
I discussed the following options with @halter73 for how to handle --empty with individual user accounts:
I think we should go with the third option, which basically says that our default identity comes with styling that depends on Bootstrap. @mkArtakMSFT If there are no additional questions, I think this is ready to assign to engineering. |
This was done a while ago |
The Blazor Web App template currently contains sample content including sample pages and Bootstrap. We need to have a way to create an empty Blazor Web App template that doesn't have this sample content.
Previously we've done this by having separate empty Blazor templates. Can we instead have an option on the Blazor Web App template for adding sample content that you can unselect?
The text was updated successfully, but these errors were encountered: