# Getting Started

# Installation

npm (opens new window) npm downloads (opens new window)

npm install -D vuepress-theme-chartjs

# Usage

Minimal config in .vuepress/config.js to enable the theme:

module.exports = {
  theme: 'chartjs',
};