Add a Storybook configuration to the new Vue.js search repo. See prototype example.
Are there specific Storybook 'knobs' that would be supportive and should be considered?
Patches
Acceptance criteria
- npm start launches the Storybook development workflow.
- Changing Vue styles or @imports, templates, scripts or imports, revises the targeted page content live via HMR.
- Documentation on usage is added to the readme.
- The following addons are considered: a11y, actions, backgrounds, knobs, links, storysource, viewport.
- v6 is used since it's currently in beta has API breaking changes from v5.
- Consider adding the docs directory to package.json.
