vue-storybook-tailwind

A starting point to create Storybook-driven UI components with VueJS and TailwindCSS ✨

Stars
54
Committers
1

Vue, Storybook and Tailwind

Project setup

yarn

Kick off Storybook

yarn storybook

Writing stories

Stories are in the stories folder. Any file ending in stories.js will be added to Storybook, ordered by file name. Go create your new stories! :)

Compiles and hot-reloads for development (front end outside of Storybook)

yarn serve
Related Projects