Akayy
Akayy
Im still trying to grasp the apis. Meanwhile, from my experience in https://github.com/nuxtlabs/ui/issues/232#issuecomment-1564122929, adding any other palette colors (like secondary etc) other than setting primary seems to break something, so...
I experienced this when pnpm linking iles (local clone) in my sample projects. But, when I copied my sample project under the `playground` folder by adding it to the workspace,...
After initial scaffolding (without non-Vue frameworks), activating one of those non-Vue frameworks is a one-off activity for the user, I feel the auto-install feature, if it requires maintenance against these...
Thanks bunch @ineshbose. I'm not proficient enough to weigh the options. As a Nuxt end-user, would be good to not lose the experience with HMR, as most of the users...
Good day @ineshbose, Thank you for the amazing help. I tested out the nightly build on three apps. **App-1.** (pnpm) The playground. Downloaded it to my local machine from https://stackblitz.com/github/nuxt-modules/tailwindcss/tree/first-class-hmr....
Thanks @ineshbose for the clarifications. Does the below tailwind typography plugin usage consuming some plugin configurations (plz refer to `className: 'wysiwyg'` in the below screenshot, tailwind way), classify it as...
My experience with @userquin's https://github.com/userquin/vuetify-nuxt-module has been very positive and currently the best option for Nuxt 3. The only downside is that it currently supports only Vite, and not webpack....
Still, thanks bunch @userquin for this amazing module, and for all your help to the Nuxt Vuetify community. This provides a great base for any future Nuxt Vuetify maintainers (or)...
Hi @pi0 @danielroe 🙂, Can this PR be merged? It inherently fixes a key bug with nuxt generate when optimizing remote images with params. The params are getting double-encoded. Currently,...
Hi Daniel, I see api calls made from client-side as well. Here is a screen recording. Repo here - https://stackblitz.com/github/TechAkayy/danielroe-nuxt-full-static?file=nuxt.config.ts I referred to Sebastian's video here https://www.nuxtjs.cn/blog/going-full-static as a reference....