@vuepress-dumi/vuepress-theme-dumi
v0.3.11
Published
๐ A dumi style theme for VuePress.
Downloads
177
Maintainers
Readme
๐ A dumi style theme for VuePress.
English | ็ฎไฝไธญๆ
Install
First of all, install vuepress v1.x
Then install the theme
$ npm i -D @vuepress-dumi/vuepress-theme-dumi
# OR
$ yarn add -D @vuepress-dumi/vuepress-theme-dumi
Usage
Write vuepress config
// .vuepress/config.js
module.exports = {
theme: '@vuepress-dumi/dumi',
}
Preview
๐กattention: if you want to import element-ui like me, you need install [email protected]
$ npm i -D [email protected]
# OR
$ yarn add -D [email protected]