0.0.2 • Published 5 years ago
@interaction_design_foundation/vuepress-theme-ixdf v0.0.2
vuepress-theme-ixdf
A custom IxDF theme for Vuepress
Quick start
Install theme
yarn add @interaction_design_foundation/vuepress-theme-ixdf --dev
Use theme
Open your .vuepress/config.js
, and then add VuePress theme reference code:
module.exports = {
theme: '@interaction_design_foundation/ixdf'
}
You can get help here: Using a theme.