npm.io
0.5.0 • Published 7 years ago

template-vuepress

Licence
MIT
Version
0.5.0
Deps
1
Size
13 kB
Vulns
0
Weekly
0
Stars
5
DeprecatedThis package is deprecated

template-vuepress

Scaffold out a VuePress project.

NPM version NPM downloads Build Status donate

preview

Features

  • Support for use in new or exisitng projects
  • Global Sidebar config generation out of box
  • NPM scripts injection for exisitng projects
  • Friendly user guide
  • Github Pages release integration

Usage

Install SAO first.

yarn global add sao
# or
npm i -g sao

It's recommended to execute following instructions at your project dir instead of project's father directory. since we will determine whether it's a new or exisitng project by checking files in current working directory.

From npm
sao vuepress # using in a exisiting projects
sao -u vuepress # fetch the latest version before the start.

# or
sao vuepress my-project 
From git
sao ulivz/template-vuepress # using in a exisiting projects
# or
sao ulivz/template-vuepress my-project

License

MIT ULIVZ