docs\vue.js> yarn s
success Generated static files in docs\.vuepress\dist.
docs\vue.js> yarn g
docs\vue.js> yarn d
.
├─ docs
│ ├─ README.md
│ └─ .vuepress
│ └─ config.js
└─ package.jsonmodule.exports = {
title: 'Hello VuePress',
description: 'Just playing around',
base: '/vue.js/',
}