Vue Styleguidist is a style guide generator for Vue components. It lists component and shows live, editable usage examples based on Markdown files. You can use it to generate a static HTML page to share and publish or as a workbench for developing new components using hot reloaded dev server.
Questions tagged [vue-styleguidist]
19 questions
2
votes
1 answer
vue-styleguidist does not serve because: Attempted import error: 'h' is not exported from 'vue' (imported as 'Vue')
I'm trying to run vue-styleguidist server but I'm getting this error:
Attempted import error: 'h' is not exported from 'vue' (imported as 'Vue').
@ ./node_modules/vue-styleguidist/lib/client/rsg-components/Preview/PreviewAsync.js
@…

farnaz farzipour
- 51
- 2
2
votes
1 answer
how to change css parrent in scoped style?
i want to change a parent css class in child , and reset it when a go away, how do that ?
Component Parrent:
my text is red