hiimmox
Packaging Nuxt UI 3 with a custom theme in a private package
Does anyone have any pointers? Basically I want to use the Nuxt UI components with our own custom theme, potentially also exporting our own custom modules build with the Nuxt UI components.
My thoughts were to make it a private npm package so the "client" app wouldnt have to set up much.
5 replies
Are any nuxt.config attrs not usable from a layer?
I have a "nuxt-starter" project that I use for other projects as a base, but I've noticed that both "srcDir" and "devServer" don't seem to work if they're on the layer, I have to use it directly on the project extending.
Are there any known limitations I should be aware of?
1 replies