You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've identified an opportunity to enhance this project by properly integrating Tailwind CSS into it. Currently, Tailwind CSS is inserted manually, and Blade templates are used for style reuse. However, I'd like to help improve this setup by integrating TailwindCSS with the Vite builder to enable tree shaking.
Status:
Current:
Tailwind CSS inserted manually, using Blade templates for reuse.
Plan:
Integrate with Vite builder, enable tree shaking.
Expected Behavior:
TailwindCSS should be properly integrated into the project, with the ability to leverage Vite for more efficient asset management and tree shaking.
Additional Context:
I believe this enhancement will not only streamline the development process for THIS project but also improve performance by eliminating unused CSS from the final build. Looking forward to discussing the implementation details and potential challenges.
The text was updated successfully, but these errors were encountered:
faramafu
changed the title
Properly Integrate TailwindCSS into Laravel
Properly Integrate TailwindCSS into codebase
Oct 10, 2023
Agreed, selain lebih optimize size css nya, dari segi design juga bisa lebih mudah di customize dibanding Bootstrap.
Mungkin challenge nya lebih ke ekstra pembuatan komponen responsive nya yang kalau dibanding Bootstrap yang biasanya sudah include responsif dan animation nya.
Solusinya kalau biar cepat bisa pakai Alpine.js maybe(?)
saya gak ada masalah untuk styling. saat ini pakai Bootstrap karena paling sederhana dan memang yang saya mampu. Justru ingin belajar TailwindCSS sekalian nyemplung ke projek real.
mjb, kalau memang pakai bootstrap, mungkin bisa di integrate bootstrap nya ke vite.config.ts nya daripada di pasang di composer, sekarang bootstrap juga ada treeshaking
Issue Description:
I've identified an opportunity to enhance this project by properly integrating Tailwind CSS into it. Currently, Tailwind CSS is inserted manually, and Blade templates are used for style reuse. However, I'd like to help improve this setup by integrating TailwindCSS with the Vite builder to enable tree shaking.
Status:
Current:
Tailwind CSS inserted manually, using Blade templates for reuse.
Plan:
Integrate with Vite builder, enable tree shaking.
Expected Behavior:
TailwindCSS should be properly integrated into the project, with the ability to leverage Vite for more efficient asset management and tree shaking.
Additional Context:
I believe this enhancement will not only streamline the development process for THIS project but also improve performance by eliminating unused CSS from the final build. Looking forward to discussing the implementation details and potential challenges.
The text was updated successfully, but these errors were encountered: