# VuePress

Since this very website was made using VuePress.vue, I am including those commands.

# Install globally

yarn global add vuepress # OR npm install -g vuepress
Copied!
1

# Install as a local dependency

yarn add -D vuepress # OR npm install -D vuepress
Copied!
1

# Run Local Server

yarn docs:dev
Copied!
1

localhost:8080

# Build for production

yarn docs:build
Copied!
1

See the official VuePress doc