The video for this lesson is currently being updated, please read the transcript instead.

Creating a component styleguide

Before we get started, you'll need to ensure your source code is synced for this module. So, check out the branch module_11_start by going to the terminal and typing:

$ git checkout module_11_start
$ npm i

Create config

Let's begin by creating a config file for Vue Styleguidist in our root directory by going to the terminal and typing:

$ touch styleguide.config.js

To view the complete lesson you'll need to login or join this course.


Click to load comments...