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.
- Host: GitHub
- URL: https://github.com/vuepress-reco/docs-v1
- Owner: vuepress-reco
- Created: 2023-04-25T07:44:11.000Z (about 2 years ago)
- Default Branch: gh-pages-source
- Last Pushed: 2024-03-07T11:22:06.000Z (about 1 year ago)
- Last Synced: 2025-04-03T03:07:08.945Z (2 months ago)
- Language: JavaScript
- Homepage: http://v1.vuepress-reco.recoluan.com
- Size: 18.3 MB
- Stars: 1
- Watchers: 1
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)
## 贡献者