Skip to content
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

Complete start guide #53

Open
astrowalker opened this issue Jun 18, 2021 · 2 comments
Open

Complete start guide #53

astrowalker opened this issue Jun 18, 2021 · 2 comments

Comments

@astrowalker
Copy link

astrowalker commented Jun 18, 2021

I would like to thank you for your work, however even the best projects do not shine without proper documentation like "starter guide".

So could you provide correct and complete steps assuming user/dev created Blazor solution? What to do next?

Just in case somebody would think I am lazy, I am not, here are my steps, but I doubt they are 100% solid.

  • download zip file from https://adminlte.io/
  • unpack it
  • copy dist and plugins directory to your wwwroot directory (in solution)
  • install Blazorized.AdmintLte and Blazorized.AdmintLte.Content
  • copy entire content of index.html page as described on the main page
  • same thing for MainLayout
  • fix all the links removing AdminLte prefix
  • in Program.Main of hosting project add
  builder.Services.AddAdminLte();

At this point solution works without displaying any errors, but I am afraid that considering the amount of manual work I missed some automatic step and thus I had to this.

So in short, start guide would be great addition to this project :-).

@jornandojunior
Copy link

this tutorial video is complete.
https://www.youtube.com/watch?v=ILTrxpehdnQ

@twojnarowski
Copy link

It is not so easy for me. I get errors.
RZ9985 Multiple components use the tag 'PageTitle'. Components: Microsoft.AspNetCore.Components.Web.PageTitle, Blazor.AdminLte.PageTitle
and:
CS0103 name "routeData" does not exists in current context.

So I had also to change:
<PageTitle>Index</PageTitle>
to:
<Blazor.AdminLte.PageTitle Title="Index" />
In all .razor pages.

But when I try to copy also some elements, I got an error that "BreadcrumbsContainer" elements does not exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants