Simple boilerplate app demonstrating how to set up Storybook with Vue 2 & Vuetify 2.Special thanks to Morgan Benton's immeasurably helpful post for pointing me in the right direction in getting this up and running. The basic Storybook Vue components and accompanying stories from running npx storybook init
are still in place. I've added a simple Vuetify button and a very simple story to demonstrate PoC. I like SCSS so config for SCSS is also included.
npm install
npm run serve
npm run build
npm run lint