Browse Source

Update Basic-Theme.md files

pull/9307/head
Yunus Emre Kalkan 5 years ago
parent
commit
ba2c851909
  1. 2
      docs/en/UI/AspNetCore/Basic-Theme.md
  2. 4
      docs/en/UI/Blazor/Basic-Theme.md

2
docs/en/UI/AspNetCore/Basic-Theme.md

@ -83,7 +83,7 @@ See the [User Interface Customization Guide](Customization-User-Interface.md) to
### Copy & Customize
You can run the following [ABP CLI](../../CLI.md) command to copy the source code to your solution:
You can run the following [ABP CLI](../../CLI.md) command in **Web** project directory to copy the source code to your solution:
`abp add-package Volo.Abp.AspNetCore.Components.Server.BasicTheme --with-source-code --add-to-solution-file`

4
docs/en/UI/Blazor/Basic-Theme.md

@ -50,11 +50,11 @@ See the [Customization / Overriding Components](Customization-Overriding-Compone
### Copy & Customize
You can run the following [ABP CLI](../../CLI.md) commands to copy the source code to your solution:
You can run the following [ABP CLI](../../CLI.md) command in **Blazor WebAssembly** project directory to copy the source code to your solution:
`abp add-package Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme --with-source-code --add-to-solution-file`
Then, navigate to downloaded `Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme` project folder and run:
Then, navigate to downloaded `Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme` project directory and run:
`abp add-package Volo.Abp.AspNetCore.Components.Web.BasicTheme --with-source-code --add-to-solution-file`

Loading…
Cancel
Save