# Getting Started
# Installation
(opens new window) (opens new window)
npm install -D vuepress-theme-chartjs
# Usage
Minimal config in .vuepress/config.js
to enable the theme:
module.exports = {
theme: 'chartjs',
};
(opens new window) (opens new window)
npm install -D vuepress-theme-chartjs
Minimal config in .vuepress/config.js
to enable the theme:
module.exports = {
theme: 'chartjs',
};