vuepress-theme-reco/example/views/other/installUse.md

285 B

title date categories
Installation and reference 2019-04-09 11:11:11
other

Install

npm install vuepress-theme-reco -dev--save

# or

yarn add vuepress-theme-reco

Usage

// .vuepress/config.js

module.exports = {
  theme: 'reco'
}