0.0.2 • Published 1 year ago

@kisstar/vuepress-theme-extreme v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vuepress-theme-extreme

基于 VuePress 开发的一款简约博客主题。

Install

yarn add @kisstar/vuepress-theme-extreme

Usage

// .vuepress/config.js
module.exports = {
  theme: '@kisstar/vuepress-theme-extreme',
};

更多配置和效果演示可查看线上文档说明。

Development scripts

# install dependencies
yarn install

# runs the app in the development mode
yarn dev

License

MIT