Yeoman generator for VuePress
First, install Yeoman and generator-vuepress using npm (we assume you have pre-installed node.js).
npm install -g vuepress
npm install -g yo
npm install -g generator-vuepress
Then generate your new project:
yo vuepress
Check out for VuePress Docs here.
npm run docs:dev
yo vuepress:page
Creates a [folder]/README.md
under docs.
Overwrite the conflicts to persist the theme configurations.
yo vuepress:component
Creates a component under docs/.vuepress/components
.
yo vuepress:pdf
Creates a pdf document from the builded project. The sections are sorted by themeConfig.nav
.
npm run docs:build
Build generated under docs/.vuepress/dist
.
├── docs
│ ├── about
│ │ └── README.md
│ ├── contact
│ │ └── README.md
│ ├── images
│ │ └── thumbnail-256x256.png
│ ├── README.md
│ └── .vuepress
│ ├── components
│ │ ├── Button
│ │ │ └── Counter.vue
│ │ └── Demo.vue
│ ├── config.js
| ├── dist
│ └── public
│ └── favicon.ico
└── package.json
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
MIT © amimaro