vuepress-theme-elementuidocs
Version:
An element-ui style theme for VuePress.
53 lines (34 loc) • 1.37 kB
Markdown
<div align="center"><img src="https://t9.baidu.com/it/u=3528916773,3720315611&fm=193" height = "150" /></div>
<h1 align="center">Elementuidocs</h1>
<div align="center">
An elementUI style theme for VuePress.
</div>
<div align="center">
  
</div>
# 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
```sh
npm i vuepress-theme-elementuidocs
```
or
```sh
yarn add vuepress-theme-elementuidocs
```
#### Use theme
Open your `.vuepress/config.js`, and then add VuePress theme reference code:
```js
module.exports = {
theme: 'elementuidocs'
}
```
在styles目录下建立style.scss和palette.scss文件,分别用来自定义样式和自定义颜色样式
You can get help here: [Using a theme](https://vuepress.vuejs.org/theme/using-a-theme.html#theme-shorthand)
# Preview
<!-- <p align="center"><img src="https://s2.ax1x.com/2020/02/28/3B3lOf.png"/></p> -->
# Changlog
### 1.0.0