Blazor #801
TrailBlazor
started this conversation in
General
Blazor
#801
Replies: 4 comments 6 replies
-
For a non-Node environment, you can use the CDN file |
Beta Was this translation helpful? Give feedback.
2 replies
-
Don't need to use CDN, Trailering and Daisy are easy to implement. First
time can be tricky, but now I can spin up a clean Blazor TW/D environment
in a few minutes.
Just have to get used to remembering when a running instance needs a full
restart (injecting new/purging classes) or when a hot reload of the css
will work.
…On Thu, 19 May 2022, 09:10 Pouya Saadeghi, ***@***.***> wrote:
For a non-Node environment, you can use the CDN file
***@***.***/dist/full.css>
And if you can purge unused CSS with a tool or plugin somehow, It's better
to download the CDN file and purge unused class names so your final CSS
file won't be large.
—
Reply to this email directly, view it on GitHub
<#801 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACE5SOPP6U3KHRH5R3NG43TVKV5YFANCNFSM5WKBTHVA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
-
*Trailering = Tailwind :/
…On Thu, 19 May 2022, 11:22 Ash Simmonds, ***@***.***> wrote:
Don't need to use CDN, Trailering and Daisy are easy to implement. First
time can be tricky, but now I can spin up a clean Blazor TW/D environment
in a few minutes.
Just have to get used to remembering when a running instance needs a full
restart (injecting new/purging classes) or when a hot reload of the css
will work.
On Thu, 19 May 2022, 09:10 Pouya Saadeghi, ***@***.***>
wrote:
> For a non-Node environment, you can use the CDN file
> ***@***.***/dist/full.css>
> And if you can purge unused CSS with a tool or plugin somehow, It's
> better to download the CDN file and purge unused class names so your final
> CSS file won't be large.
>
> —
> Reply to this email directly, view it on GitHub
> <#801 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACE5SOPP6U3KHRH5R3NG43TVKV5YFANCNFSM5WKBTHVA>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the repo I originally learned from in January, and tweaked a few
minor steps to my own taste. Might be a couple changes since then, but it's
pretty straight-forward. Once you've done it a few times it becomes second
nature.
- https://github.com/tesar-tech/BlazorAndTailwind
…On Fri, 20 May 2022 at 01:57, Pouya Saadeghi ***@***.***> wrote:
Alright. I don't have any experience with Blazor but if you have any
questions about daisyUI, let me know.
—
Reply to this email directly, view it on GitHub
<#801 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACE5SOJBFA5XN2MQKSB5CVLVKZTXVANCNFSM5WKBTHVA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you use the components for Blazor development?
Thanks,
Dave
Beta Was this translation helpful? Give feedback.
All reactions