https://github.com/simonswiss/vue-storybook-tailwind
A starting point to create Storybook-driven UI components with VueJS and TailwindCSS ✨
https://github.com/simonswiss/vue-storybook-tailwind
design-systems storybook tailwindcss vuejs
Last synced: 2 months ago
JSON representation
A starting point to create Storybook-driven UI components with VueJS and TailwindCSS ✨
- Host: GitHub
- URL: https://github.com/simonswiss/vue-storybook-tailwind
- Owner: simonswiss
- Created: 2018-08-07T22:52:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T12:39:51.000Z (over 6 years ago)
- Last Synced: 2025-04-30T10:47:38.934Z (2 months ago)
- Topics: design-systems, storybook, tailwindcss, vuejs
- Language: JavaScript
- Homepage: https://vue-storybook-tailwind.netlify.com
- Size: 602 KB
- Stars: 54
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```