vuepress-theme-elementuidocs
v2.4.8
Published
An element-ui style theme for VuePress.
Downloads
33
Maintainers
Readme
An elementUI style theme for VuePress.
Features
- Equipped with ElementUI style, you can directly use various components of the UI library.
- Optimize parts of styles.
- More features are waiting for you to discover ...
Quick start
Install theme
npm i vuepress-theme-elementuidocs
or
yarn add vuepress-theme-elementuidocs
Use theme
Open your .vuepress/config.js
, and then add VuePress theme reference code:
module.exports = {
theme: 'elementuidocs'
}
在styles目录下建立style.scss和palette.scss文件,分别用来自定义样式和自定义颜色样式 You can get help here: Using a theme