nuxt-styleguide sub packages

This project is designed in a way that sub parts of the system can be re-used out of context or replaced by custom implementation.

@sum.cumo/nuxt-styleguide

The main package that is already documented here.

@sum.cumo/nuxt-markdown-component-loader

If you like the way markdown files in the docs folder are loaded, you can use this nuxt module to enable it for all markdown files in the project.

@sum.cumo/nuxt-custom-route-folder

Module to automatically add nuxt routes for specified files in the nuxt project.

@sum.cumo/nuxt-styleguide-config

Manages defaults and configuration of nuxt styleguide. Could be useful when you have a custom module that also wants to read the config.

@sum.cumo/nuxt-styleguide-renderer-default

The default renderer used by nuxt-styleguide.

@sum.cumo/vue-markdown-component-loader

Webpack loader that converts markdown to vue components