vue-storybook-tailwind
vue-storybook-tailwind copied to clipboard
A starting point to create Storybook-driven UI components with VueJS and TailwindCSS ✨
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