Hello, World.

Not sure where to start? We’ve put together some handy guides and reference documentation you can use to start building.

Getting Started

# As Easy as 1, 2, 3

# 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 (opens new window) >= 8.

# Build for RESTful API

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.


Getting Started