I need to add a custom bootstrap template to an asp.net core template template. I created a temple using the command:
dotnet new --install Microsoft.AspNetCore.SpaTemplates::*
dotnet new angular
The generated template meets my needs, although I need to use the special theme of the boot file that I placed in the wwwroot folder.
CustomTheme
├── css
│ ├── style.less
├── js
├── fonts
├── img
Can someone please help me explain how to add this topic to webpack.config.vendor.js?
source
share