-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addon-info: Add support for Vue #2812
Comments
+1, this would be great |
Not, closing!!! |
#1501 should probably be done before adding support for more frameworks |
I would imagine info support for vue to be in a new addon instead of adding it to the existing info addon. There are some pretty significant differences between the two frameworks that I think it justifies splitting them. |
Splitting the package into react, vue, angular can reduce the code complexity |
Not the author, but just wanted to say that this exists and seems to be being actively developed: https://github.com/pocka/storybook-addon-vue-info |
https://github.com/pocka/storybook-addon-vue-info this's useful, but not enough. |
👍 . storybook-addon-vue-info doesn't play nicely with non-component tags, nor decorators. |
bump |
bump |
Linking with #4770. |
Any plans to add support for Vue? |
Hi there ! any plans, release date to add support for Vue ? |
Seems there is no work in progress for this feature (waiting for Vue v3?). I wonder how the vue storybook will differ from https://vueds.com 🤔 |
Thanks for the share @DrSensor, I will take a look !! |
I have a working prototype for Vue and will be shipping this out in the 5.x cycle. For more information see the RFC and a short demo: RFC: https://docs.google.com/document/d/1D4Ov4UvrB80Uy1CLGshbFEWQKWEpr8dL4FmOqRDwjwI/edit?usp=sharing |
@shilman, can't wait !! |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
@probot waiting for v5.x |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Is there anything going on actually? Aren't we in a 5.x yet? |
@forforeach Vue is supported in the addon-docs technical preview including props, source, docgen info, notes, etc. https://docs.google.com/document/d/1un6YX7xDKEKl5-MVb-egnOYN8dynb5Hf7mq0hipk8JE/edit?usp=sharing |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
@probot waiting for the sneak peek |
@DrSensor why wait, it's been available in alpha for over a month? |
Wait what..., yeah 💃 will take a 👀 |
@DrSensor Feel free to join in the conversation on |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Issue details
This issue is feature request for adding support Vue component on
@sotrybook/addon-info
Details
In authoring reusable Vue component, types of documentation that need to be added:
One example in this readme
Also, it would be nice if there is feature for choosing which component to be documented, something like
Additional
Currently, I'm using storybook to showcase a Vue component in mvce style like in here.
Because it's more comfortable writing scenario/use-case in
.vue
SFC format, so I implement it via this way:.vue
SFC formatIn short:
src/stories/index.js
<-src/stories/story/Scenario.vue
<-src/components/MyComponent.vue
The text was updated successfully, but these errors were encountered: