-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Investigate Storybook for documenting component library #410
Comments
A few issues on install, namlely having to install Looks pretty nice at first glance, although there may be some learning curve. I'm test driving it on my fork for now. Also, there are apparently some specific caveats with Vue props I'll have to explore in more depth later: https://github.com/storybookjs/storybook/blob/master/app/vue/README.md#vue-notes |
I think I ran up against this bug, although I'm not sure: storybookjs/storybook#11051 I tried upgrading as it describes, with |
I believe I have a pretty good foundation laid here. I was going to wait to close this once I had stories written for all the existing components, but I don't want to get to far ahead of myself when there will likely be major API changes taking place as I work on #409. I think I should just make sure the documentation work continues in step with that component development, so the API is being documented as its being established. I'm also going to keep exploring Storybook to see if it will suffice for component testing (#387). |
One final step: added a link in the docs. |
Looks pretty straightforward:
https://storybook.js.org/docs/vue/get-started/install
The text was updated successfully, but these errors were encountered: