This sample demonstrates the AntDesign theme in ABP Blazor WebApp auto mode.
- .NET SDK 10.0+
- Node.js 18 or newer
- MongoDB
- ABP CLI (
dotnet tool install -g Volo.Abp.Cliif needed)
Install front-end libraries:
abp install-libsApply database migrations and seed data:
dotnet run --project .\src\BookStore.DbMigrator\Start the WebApp host:
dotnet run --project .\src\BookStore.Blazor\Open https://localhost:44320.
- Username:
admin - Password:
1q2w3E*
- The application uses the refactored AntDesign Pro-style layout.
- The sidebar is responsive and can collapse on smaller screens.
- Authenticated users can open the floating theme settings panel.
- Theme settings apply immediately without restarting the application.
This sample is configured with AntDesignThemeManagement.
Go to Administration -> Settings -> Theme settings management to control which sections appear in the user-facing panel:
Enable theme settingsPage style settingNavigation modeRegional settingsOther settings
If all child options are disabled, Enable theme settings is automatically disabled.