How to start locally:
git clone https://github.com/vue-styleguidist/vue-styleguidist.git
cd vue-styleguidist/examples/docgen-nuxt
yarn install
yarn styleguide
Then open http://localhost:3080 in your browser.
- docgen.config.js configures the generation of markdown files into
docs/en
. - nuxt.config.js configures the generation the nuxt site from the markdown files.
- nuxt.config.js configures the generation the nuxt site from the markdown files.