Elegantly Simple Blazor Admin Dashboard in WebAssembly
This is an Admin Dashboard for Blazor that is #elegantlysimple with the following key design principles:
1. Clone the Blazor Admin Dashboard.
git clone https://github.com/Misfits-Rebels-Outcasts/Blazor-Dashboard.git
2. Clone the Blazor Charts Library.
git clone https://github.com/Misfits-Rebels-Outcasts/Blazor-Charts.git
3. Clone the Blazor Sparkline Library.
git clone https://github.com/Misfits-Rebels-Outcasts/Blazor-Sparkline.git
4. Go to the Blazord-Dashboard/Blazord-Dashboard folder. With the dotnet CLI, run the following command:
dotnet run
5. Launch your browser and access http://localhost:5000/dashboardZ.
The repository contains a project with 3 sets of files, namely X, Y and Z. The details of these files are described below:
App.razor
AppX.razor
AppY.razor
AppZ.razor
index.html
indexX.html
indexY.html
indexZ.html
sitex.css
sitey.css
sitez.css
MainLayoutX.razor
MainLayoutY.razor
MainLayoutZ.razor
NavMenuX.razor
NavMenuY.razor
NavMenuZ.razor
IndexX.razor
IndexY.razor
IndexZ.razor
To use X :
Copy AppX.razor to App.razor.
Copy indexX.html to index.html.
dotnet run
http://localhost:5000/dashboardX
To use Y :
Copy AppY.razor to App.razor.
Copy indexY.html to index.html.
dotnet run
http://localhost:5000/dashboardY
To use Z :
Copy AppZ.razor to App.razor.
Copy indexZ.html to index.html.
dotnet run
http://localhost:5000/dashboardZ
Page Source | Content Update Date - 4/6/2020 | Language Vetting - Feb 28,2020