https://github.com/cdnbye/cb_vuepress-theme-reco
https://github.com/cdnbye/cb_vuepress-theme-reco
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdnbye/cb_vuepress-theme-reco
- Owner: cdnbye
- License: mit
- Created: 2021-09-08T14:20:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T14:23:20.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T08:04:58.064Z (almost 2 years ago)
- Language: Vue
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Introduce
1. 这是一个vuepress主题,旨在添加博客所需的分类、标签墙、分页、评论等功能;
2. 主题追求极简,根据 vuepress 的默认主题修改而成,官方的主题配置仍然适用;
3. 效果:[午后南杂](https://www.recoluan.com)
4. 文档:[vuepress-theme-reco-doc](https://vuepress-theme-reco.recoluan.com)
## Quick start
**npx**
```
npx @vuepress-reco/theme-cli init my-blog
```
**npm**
```bash
# init
npm install @vuepress-reco/theme-cli -g
theme-cli init my-blog
# install
cd my-blog
npm install
# run
npm run dev
# build
npm run build
```
**yarn**
```bash
# init
yarn global add @vuepress-reco/theme-cli
theme-cli init my-blog
# install
cd my-blog
yarn install
# run
yarn dev
# build
yarn build
```
## Preview




## Contributors
**衷心感谢为此项目贡献过宝贵代码的朋友们**
|昵称|贡献记录|
|:-:|-|
|[kangxu](https://github.com/kangxukangxu)|[vuepress-theme-reco@0.x](https://github.com/recoluan/vuepress-theme-reco/commit/ec7426a88d50cf8d9f90a7ad9b731a10da7f438b)|
|[Ekko](https://github.com/danranVm)|[vuepress-theme-reco-demo@1.x](https://github.com/recoluan/vuepress-theme-reco-demo/commit/6d2bbe919e7f6564b8c8173558d197e38e024dc5)|
**衷心感谢美女设计师**
|昵称|贡献内容|
|:-:|-|
|[Zoey]()|主题图标调整定稿|
|冰冰|主题图标初稿|
## License
[MIT](https://github.com/recoluan/vuepress-theme-reco/blob/master/LICENSE)
