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' }