Blazor Server with Tailwind

  Рет қаралды 562

CodingWithGreg

11 ай бұрын

The default Templates for Blazor come with Bootstrap. Nothing wrong with Bootstrap, but if you want to use Tailwind, you will need to do a bit of setup. In this video, I walk you through that.

Пікірлер: 5
@CodingWithGreg-uw3fy
@CodingWithGreg-uw3fy 11 ай бұрын
For Blazor 8 with both Server Side code, and Client side code, the correct configuration is this: content: ["../**/*.{html,cshtml,razor,js}"], This just adds an extra period to the first parameter so it goes up one level to start the search. This allows it to get the files in YourApp.client (the wasm project), as well as YourApp (the server project) Othewise, the client project will not be scanned.
@sebastianp2810
@sebastianp2810 3 ай бұрын
Thank you Greg!!!
@lufve12
@lufve12 10 ай бұрын
Thank you very much for your effort. Was very interesting and very detailed. I had already seen this extension, but didn't know how to work with it.
@ridoysharif2638
@ridoysharif2638 11 ай бұрын
Thank yo so much
@glautermoulin
@glautermoulin 8 ай бұрын
Thank you very much !