Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 386 Bytes

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