vuepress-theme-reco/example/docs/views/other/installUse.md
reco_luan 742e212a97 feat: add dark mode(part.9)
Adapt to dark theme
Optimize data acquisition
2019-12-04 23:45:40 +08:00

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'
}