Browse Source

Update docs/en/Themes/LeptonXLite/blazor.md

Co-authored-by: Qingxiao Ren <rqx110@163.com>
pull/12383/head
Enis Necipoglu 4 years ago
committed by GitHub
parent
commit
5720a882f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Themes/LeptonXLite/blazor.md

2
docs/en/Themes/LeptonXLite/blazor.md

@ -14,7 +14,7 @@ LeptonX Lite has implementation for ABP Framework Blazor WebAssembly & Blazor Se
{{if UI == "Blazor"}}
- Complete [MVC Razor Pages Installation](mvc.md#installation) for the **HttpApi.Host** application first. _If the solution is tiered/micro-service, complete MVC steps for all MVC applications such as **HttpApi.Host** and if identity server is separated, install to the **IdentityServer**_.
- Add **Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXTheme** package to your **Blazor wasm** application.
- Add **Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXLiteTheme** package to your **Blazor WebAssembly** application.
```bash
dotnet add package Volo.Abp.AspNetCore.Components.WebAssembly.LeptonXLiteTheme
```

Loading…
Cancel
Save