nuxt-styleguide icon indicating copy to clipboard operation
nuxt-styleguide copied to clipboard

Idea: Make styleguide build process more verbose

Open HerrBertling opened this issue 5 years ago • 0 comments

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,…

HerrBertling avatar Jan 29 '19 14:01 HerrBertling