Skip to content

InteractionDesignFoundation/vuepress-theme-ixdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

vuepress-theme-ixdf

Downloads Version

A custom IxDF theme for Vuepress.

Example: image

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.