Talking with @ndelangen about storybook also supporting rendering Vue components; seems like it is a viable solution instead forking or building a separate tool. I believe there has been interest in supporting it from others and the team but no one actively working on this?
https://github.com/storybooks/storybook/blob/master/ROADMAP.md#supporting-other-frameworks-and-libraries
Some notes:
For more in-depth info/discussion we can also discuss in https://storybooks-slackin.herokuapp.com
Talking with @ndelangen about storybook also supporting rendering Vue components; seems like it is a viable solution instead forking or building a separate tool. I believe there has been interest in supporting it from others and the team but no one actively working on this?
Some notes:
.vuefiles so need to figure out how to load those files? Or maybe just use https://github.com/vuejs/babel-plugin-transform-vue-jsx to write the stories themselves but it would support .vue if that's easier (maybe weird to do that)?