Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ✨

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
```