Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T12:39:51.000Z (about 6 years ago)
- Last Synced: 2024-10-10T12:18:05.750Z (3 months ago)
- Topics: design-systems, storybook, tailwindcss, vuejs
- Language: JavaScript
- Homepage: https://vue-storybook-tailwind.netlify.com
- Size: 602 KB
- Stars: 54
- Watchers: 2
- 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
```