# Setup
# Installation
# NPM
npm install -D vuepress-theme-default-vue-a11y
# or
yarn add -D vuepress-theme-default-vue-a11y
# Usage
You just need to add the theme to your .vuepress/config.js
file.
// e.g. docs/.vuepress/config.js
module.exports = {
theme: 'vuepress-theme-default-vue-a11y', // or 'default-vue-a11y'
// ...
← Introduction Config →