Storefront UI not working as expected with Nuxt3
Hello all,
I am trying out Storefront UI for Vue with Nuxt3 as a base. I am following the official documentation for the installation process. (https://docs.storefrontui.io/v2/vue/getting-started.html#nuxt)
My problem is that after doing everything wrote in the guide the components are not displayed correctly, more precisely the HTML seems to be correct but the components are rendered without style.
I have installed the tailwind module for Nuxt and it seems to be working.
I am using
This is my
And, finally,
With
The result is as shown in the image.
Thanks to anyone who can help me!
I am trying out Storefront UI for Vue with Nuxt3 as a base. I am following the official documentation for the installation process. (https://docs.storefrontui.io/v2/vue/getting-started.html#nuxt)
My problem is that after doing everything wrote in the guide the components are not displayed correctly, more precisely the HTML seems to be correct but the components are rendered without style.
I have installed the tailwind module for Nuxt and it seems to be working.
I am using
bun 1.0.0 and Nuxt 3.7.1.This is my
package.json:nuxt.config.ts:And, finally,
tailwind.config.ts:With
App.vue coded as:The result is as shown in the image.
Thanks to anyone who can help me!

Documentation for the Storefront UI