Skip to content

wenqi73/nz-press

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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