You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
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,…
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?The text was updated successfully, but these errors were encountered: