{{ greetMsg }}
- diff --git a/styleguide.config.cjs b/styleguide.config.cjs new file mode 100644 index 0000000..312a73f --- /dev/null +++ b/styleguide.config.cjs @@ -0,0 +1,17 @@ +module.exports = { + // set your styleguidist configuration here + title: 'Default Style Guide', + serverPort: 6061, + // components: 'src/components/**/[A-Z]*.vue', + // defaultExample: true, + // sections: [ + // { + // name: 'First Section', + // components: 'src/components/**/[A-Z]*.vue' + // } + // ], + // webpackConfig: { + // // custom config goes here + // }, + exampleMode: 'expand' +}