generator-innovet-vuepress-course

1.1.2 • Public • Published

generator-innovet-vuepress-course

Yeoman generator for Innovet VuePress Courses

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-innovet-vuepress-course

Then generate your new project:

yo innovet-vuepress-course

Check out for VuePress Docs here.

Getting started

npm run docs:dev

Generate Page

yo innovet-vuepress-course:page

Creates a [folder]/README.md under docs and an [folder]/assets for your images. Overwrite the conflicts to persist the theme configurations.

Build

npm run docs:build

Build generated under the root of your project.

File tree

│   .gitignore
│   netlify.toml
│   package-lock.json
│   package.json
│   README.md
└───docs
    │   LICENSE.md
    │   README.md
    ├───.vuepress
    │   │   config.js
    │   ├───public
    │   │       favicon.ico
    │   └───styles
    │           palette.styl
    ├───assets
    │       success.png
    └───introduction
        │   README.md
        └───assets
                .gitkeep

Getting 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 © VIVES DevBit

Package Sidebar

Install

npm i generator-innovet-vuepress-course

Weekly Downloads

13

Version

1.1.2

License

MIT

Unpacked Size

120 kB

Total Files

20

Last publish

Collaborators

  • sillevl