Rohjans
Explore posts from serversNuxt UI 3 Dynamic Icons
I am in the process of migrating my project to Nuxt 3 and an issue I am having is with a dynamic icon feature I had in a form.
Previsouly I had it setup the following way:
What do I have to change to make it work now? Yes I have the HeroIcons collection installed and I can use icons just fine if I hard code them in the prop.
17 replies
Tailwind styles not working after migrating to NuxtUI v3
I followed the official NuxtUI migration guide to v3 and changed the tailwindcss versions, but the tailwind classes have no styles at all.
Here a relevant part of my nuxt.config
main.scss
18 replies
Nuxt ENV not working in docker container
Hello!
I am working on a Nuxt3 project and I would like to have a docker container running it, but I'm facing some issues.
When the image is built and the container is created, the ENV variables I pass through the docker compose are not being passed to Nuxt, I can confirm this through some console logs.
What could I be doing wrong?
Dockerfile:
Docker compose:
5 replies