This repository answers StackOverflow question How to configure VueJS + PostCss + Tailwind with Storybook.
This project boilerplate has been set up with a forked version of Storybook Vue CLI Plugin for getting to use the newest 5.3 pre-release version (issue 71).
Storybook 5.3 brings forth long anticipated Storybook Docs with multi-framework support, and two new storyformats: Component Story Format (CSF) and MDX Syntax.
As setting up these two new optional storyformats was not in scope of the original SO question, these haven't been done here. If needed I can create separate branches for these additional setups.
Project is configured with Vue CLI4 and TypeScript along with Composition API functional component format as future-proofing for the upcoming Vue 3.0 release targeted at the end Q1/2020.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint