How to enable auto deployment to Vercel/Netlify with Git submodule in Nuxt projects.
Continue reading
How to use Nuxt Content as Headless CMS with Git submodules
Continue reading
How to optimize images efficiently with Cloudinary module for Nuxt.
Continue reading
How to enable customized dark/light theme easily with TailwindCSS and Nuxt Color mode.
Continue reading
The latest Nuxt version — v2.14 may be just what you are looking for to build Jamstack (static) apps. 🚀
Continue reading
Making reusable SVG icons and consistent color theme for components while keeping the style sheets short is now achievable with currentColor - a CSS Module 3 variable. What’s exactly is currentColor?
Continue reading
Theming a web application is always a challenge, and it can easily lead to performance issues. CSS pre-processor variables are good, but not enough for dynamic theming. Luckily, CSS variables can help to solve this challenge efficiently. 🚀
Continue reading
What exactly is Promise API, and why is it considered a significant improvement to JavaScript? We are going to find out in this post.
Continue reading