# Getting Started

In addition to this document, you may also want to check out How to Use Plugin (opens new window) in VuePress.

Live Demo 👉 Game of Thones

Only three steps to get things done 👇!

# Installation

Install vuepress-plugin-catalog-graph to your local dependency.

Note

Globally installed VuePress won't be able to find locally installed plugins.

yarn install -D vuepress-plugin-catalog-graph

# Config VuePress

Config VuePress to enable Catalog Graph.

// .vuepress/config.js
module.exports = {
  plugins: ['vuepress-plugin-catalog-graph']
}

# Done 🎉

Put <CatalogGraph /> in your document, and go check it out!

# Catalog Graph

<CatalogGraph />

# What's Next

Need more custimization? Visit Configuration.