vue-cli-plugin-styleguidist
Version:
vue cli 3.0 plugin for vue-styleguidist
17 lines (16 loc) • 376 B
JavaScript
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'
}