An open API service indexing awesome lists of open source software.

https://github.com/vuepress-reco/docs-v1

📖 This is the documents for vuepress-theme-reco 1.
https://github.com/vuepress-reco/docs-v1

Last synced: about 1 month ago
JSON representation

📖 This is the documents for vuepress-theme-reco 1.

Awesome Lists containing this project

README

        

---
home: true
heroImage: /icon_vuepress_reco.png
heroImageStyle: {
maxWidth: '200px',
width: '100%',
display: block,
margin: '0 auto 2rem',
borderRadius: '1rem',
}
isShowTitleInHome: true
actionText: About
actionLink: /views/other/about
features:
- title: 过去
details: 开发一款看着开心、写着顺手的 vuepress 博客主题。
- title: 当下
details: 帮助更多的朋友节省时间去用心书写内容,而不是仅仅配置一个博客去孤芳自赏。
- title: 未来
details: 吸引更多的朋友参与到开发中来,继续强大功能。
---

## 快速开始

**npx**

```
npx @vuepress-reco/theme-cli init
```

**npm**

```bash
# 初始化
npm install @vuepress-reco/theme-cli -g
theme-cli init
```

**yarn**

```bash
# 初始化
yarn global add @vuepress-reco/theme-cli
theme-cli init
```

## 多语言

|名称|语言代码|
|:-:|-|
|简中|`zh-CN`、`zh-SG`|
|繁中|`zh-HK`、`zh-MO`、`zh-TW`|
|日语|`ja-JP`|
|韩语|`ko-KR`|
|西班牙语|`es-{A-Z}`|
|英语|`en-US` 及其他|

## 更新记录

[记录](https://github.com/vuepress-reco/vuepress-theme-reco/blob/master/CHANGELOG.md)

## 贡献者


vuepress-theme-reco


docs-v1