0.0.23 • Published 6 years ago
generator-vuepress v0.0.23
generator-vuepress

Yeoman generator for VuePress
Installation
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-vuepressThen generate your new project:
yo vuepressCheck out for VuePress Docs here.
Getting started
npm run docs:devGenerate Page
yo vuepress:pageCreates a [folder]/README.md under docs.
Overwrite the conflicts to persist the theme configurations.
Generate Component
yo vuepress:componentCreates a component under docs/.vuepress/components.
Generate PDF
yo vuepress:pdfCreates a pdf document from the builded project. The sections are sorted by themeConfig.nav.
Build
npm run docs:buildBuild generated under docs/.vuepress/dist
File tree
.
├── 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.jsonGetting To Know Yeoman
- 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.
License
MIT © amimaro
0.0.23
6 years ago
0.0.22
7 years ago
0.0.21
7 years ago
0.0.20
7 years ago
0.0.19
7 years ago
0.0.18
7 years ago
0.0.17
8 years ago
0.0.16
8 years ago
0.0.15
8 years ago
0.0.13
8 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
8 years ago
0.0.6
8 years ago
0.0.5
8 years ago
0.0.4
8 years ago
0.0.2
8 years ago
0.0.1
8 years ago