@kisstar/vuepress-theme-extreme
v0.0.2
Published
The VuePress theme for blog
Downloads
1
Maintainers
Readme
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