0.3.4 • Published 5 years ago

nz-press v0.3.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

NzPress

An angular site generator inspiring by ng-zorro-antd and vuepress.

Travis (.org) GitHub npm

# install
npm install -g nz-press

# create a markdown file
mkdir docs && cd docs
echo '# Hello NzPress' > README.md

# start writing
nzpress dev       

# build to static files
nzpress build