Start building a Vue app with Style Guide
vue-cli-plugin-commentary
Start building a Vue app with Style Guide
This is a vue-cli 3.x plugin to add Style guide tool for Vue in your Vue project.
$ vue add vue-cli-plugin-commentary
$ yarn commentary
//projectRoot/commentary/index.js
import Component from '...'
storyOf('atoms/Component', Component)
.add('title', {props: {color:'red'}})