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
Click to load comments...