I'm trying to setup the styleguide in a Nuxt project.
For reasons I can't easily figure out, nuxt-styleguide does not recognise components placed in the component directory. They do conform to the specification, at least one testComponent.vue which I explicitly built conforming to the spec.
To get a better idea of what is going on while the styleguide is being built, I'd like the package to be more verbose:
Which .vue files are found in the components directory?
Which are skipped due to not conforming to the specification?
How many routes are added under the styleguide path?
Same for icons, design tokens, documentation pages,…
I'm trying to setup the styleguide in a Nuxt project.
For reasons I can't easily figure out,
nuxt-styleguide
does not recognise components placed in the component directory. They do conform to the specification, at least onetestComponent.vue
which I explicitly built conforming to the spec.To get a better idea of what is going on while the styleguide is being built, I'd like the package to be more verbose:
.vue
files are found in thecomponents
directory?