Skip to content

Instantly share code, notes, and snippets.

@Mombuyish
Created April 16, 2018 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mombuyish/5c9fe540ec8c7912dc955baf7eb728bd to your computer and use it in GitHub Desktop.
Save Mombuyish/5c9fe540ec8c7912dc955baf7eb728bd to your computer and use it in GitHub Desktop.
# install
npm install -g vuepress
# create a markdown file
echo '# Hello VuePress' > README.md
# start writing
vuepress dev
# build to static files
vuepress build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment