UNPKG

vue-cli-plugin-styleguidist

Version:
17 lines (16 loc) 376 B
module.exports = { // set your styleguidist configuration here title: 'Default Style Guide', // 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' }