0.1.0 • Published 4 years ago

vuepress-theme-pure v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

vuepress-theme-pure

Install

Use the package manager yarn or npm to install vuepress-theme-pure.

yarn add vuepress-theme-pure
# or
npm install vuepress-theme-pure

Usage

module.exports = {
  theme: 'vuepress-theme-pure',
  // optional config
  themeConfig: {
    footer: {
      copyright: [
        {
          text: 'Powered by VuePress',
          link: '/',
        },
      ],
    },
  }
}

Support

Please :star: this repository if this project helped you!

Authors

STPace

License

MIT · STPace

0.1.0

4 years ago