styleguideDir config option ignored with Vue Cli 3
See original GitHub issueSetting the styleguideDir inside of the styleguide.config.js file seems to be completely ignored while running styleguide:build. I also tested this in the vue cli 3 example project and was able to reproduce the results. The builds always end up in the dist/ folder.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Configuration | Vue Styleguidist
You can change the location of the config file using --config CLI option. ... in your webpack config, make sure that you either...
Read more >Configuration - React Styleguidist
You can change the location of the config file using --config CLI option. assetsDir #. Type: String or Array , optional. Your application...
Read more >vue-styleguidist | Yarn - Package Manager
CLI · Configuration · Advanced · API. vue-styleguidist. owner vue-styleguidist96.6kMIT4.54.3TS. Vue components style guide generator ...
Read more >Unable to load global scss when using vue-styleguidist
Undefined variable: "$border-radius". Here is my full styleguide.config.js: const path = require('path') const utils = require('./build/ ...
Read more >Vue Styleguidist - Vue - The Road to Enterprise - Educative.io
We can find the full config guide here. Creates a component called app-button.vue in the components directory. Adds styleguide and styleguide:build ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fixed on version 1.7.13
@mattstrayer, it appears when you use vue-cli-plugin-styleguidist.
I created an issue of that.