Based on the activity I'd say storybook is a better long-term solution than vue-play, but without example source storybook does not fulfil the basic needs. Is anyone working on this?
Have you seen this:
https://github.com/storybooks/storybook/tree/release/3.3/examples/vue-kitchen-sink
Or this:
https://github.com/ndelangen/storybook-vue-example
Or are you looking for an example using JSX? I haven't seen it yet!
I'm working with Vue and noted that the JSX storybook plugin shows the markup/jsx required to create the story.
vue-play also has this feature.
However, unless my freshly installed/tested version of Storybook is broken, I do not see the markup/vue required to create the story.
~Unfortunately, we can not support JSX for Vue Components, due to Storybook is based on React architecture. 馃槥~
~when we use babel-preset-vue in Storybook, occure conflicting.~
sorry, never mind.
We can support JSX syntax for Storybook of Vue.
Can you show Vue syntax?
You can check it at here
close (merged #1993)
Awesome @kazupon !!!
Most helpful comment
You can check it at here