vue-cli-plugin-commentary
v0.0.16
Published
vue-cli 3 plugin to add Style Guide
Downloads
52
Readme
vue-cli-plugin-commentary
:rocket: 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'}})
:scroll: Changelog
Details changes for each release are documented in the CHANGELOG.md.