# vuepress-theme-elementdocs
**Repository Path**: dufajun/vuepress-theme-elementdocs
## Basic Information
- **Project Name**: vuepress-theme-elementdocs
- **Description**: 基于elementui的vue-press主题
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2020-10-22
- **Last Updated**: 2021-03-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Elementuidocs
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
```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
# Changlog
### 1.0.0