A Vue Storybook Starter project that is setup with the a11y, Jest, Controls, Percy, and StoryShots addons.
- Run npm installto download dependencies.
- Run npm run testto run Jest and StoryShots.- We need to do this before running storybook in order to generate the .jest-test-results.jsonfile, which is used by the Jest Storybook Addon.
 
- We need to do this before running storybook in order to generate the 
- Run npm run storybookto run Storybook locally. You should see a new browser tab open with Storybook running.
- Run npm run snapshotto generate Percy snapshots. You will need a Percy account with a project and yourPERCY_TOKENfor authentication.