Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 632 Bytes

ReadMe.md

File metadata and controls

19 lines (13 loc) · 632 Bytes

Vue Styleguidist example style guide

This example is supposed to be used to reproduce issues, if you want to learn how to use Vue Styleguidist see examples in the main repository.

How to start locally

git clone https://github.com/elevatebart/vue-styleguidist-example.git
npm install
npm start

Then open http://localhost:6060 in your browser.

How to create a reproducible demo

  1. Fork this repository
  2. Modify it to reproduce the issue.
  3. Push your changes to GitHub and paste the link into a GitHub issue.