vuepress-theme-reco/packages/vuepress-theme-reco
2020-04-18 13:00:17 +08:00
..
components fix(vuepress-theme-reco): fix eslint errors 2020-04-18 13:00:17 +08:00
global-components refactor: test lerna 2020-04-03 11:06:41 +08:00
helpers chore(vuepress-theme-reco): remove lang filter 2020-04-03 23:20:29 +08:00
images refactor: test lerna 2020-04-03 11:06:41 +08:00
layouts fix(vuepress-theme-reco): style in timeline page 2020-04-05 00:02:12 +08:00
lib style: code automation 2020-04-03 19:30:07 +08:00
locals refactor: test lerna 2020-04-03 11:06:41 +08:00
mixins chore(vuepress-theme-reco): remove lang filter 2020-04-03 23:20:29 +08:00
styles chore(vuepress-theme-reco): reduce the font size 2020-04-18 11:33:40 +08:00
.npmignore test(example): change position of example code 2020-04-03 22:27:09 +08:00
enhanceApp.js refactor: test lerna 2020-04-03 11:06:41 +08:00
index.js fix: remove package reference 2020-04-05 11:57:20 +08:00
noopModule.js refactor: test lerna 2020-04-03 11:06:41 +08:00
package.json v1.4.2 2020-04-07 10:42:30 +08:00
README.md chore(vuepress-theme-reco): remove huawei text 2020-04-07 11:08:26 +08:00

Vue logo

Introduce

  1. 这是一个vuepress主题旨在添加博客所需的分类、标签墙、分页、评论等功能
  2. 主题追求极简,根据 vuepress 的默认主题修改而成,官方的主题配置仍然适用;
  3. 效果:午后南杂
  4. 文档:vuepress-theme-reco-doc

Quick start

npx

npx @vuepress-reco/theme-cli init my-blog

npm

# 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

# 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

size.png

style.png

dark.png

home.png

Contributors

衷心感谢为此项目贡献过宝贵代码的朋友们

昵称 贡献记录
kangxu vuepress-theme-reco@0.x
Ekko vuepress-theme-reco-demo@1.x

衷心感谢美女设计师

昵称 贡献内容
Zoey 主题图标调整定稿
冰冰 主题图标初稿

License

MIT