gcs-user-interface/styleguide.config.cjs

18 lines
395 B
JavaScript
Raw Normal View History

2024-02-16 12:18:08 -08:00
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'
}