Not sure where to start? We’ve put together some handy guides and reference documentation you can use to start building.
Getting Started# install vuepress
yarn global add vuepress # OR npm install -g vuepress
# install theme
yarn global add vuepress-theme-api # OR npm install -g vuepress-theme-api
# create a markdown file and write something
echo '# Hello, World.' > Hello.md
# start writing
vuepress dev
# build to static files
vuepress build
TIP
VuePress requires Node.js >= 8.
A easy-to-use, minimalist theme for vuepress.
With out-of-the-box feature, all you need to do is install it and write something.