Created
April 16, 2018 10:09
-
-
Save Mombuyish/5c9fe540ec8c7912dc955baf7eb728bd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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