Go to file
2019-09-20 13:54:13 +08:00
.github Create bug_report.md 2019-04-18 15:55:05 +08:00
components add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
global-components 更新1.x 2019-04-15 10:35:40 +08:00
images fix: img err in home page 2019-09-06 19:42:34 +08:00
layouts add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
mixins add: loading page 2019-08-31 01:50:57 +08:00
styles add: Tencent 404 public welfare page 2019-09-20 11:02:28 +08:00
util 更新1.x 2019-04-15 10:35:40 +08:00
.editorconfig add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
.eslintignore add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
.eslintrc.js add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
.gitignore add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
index.js add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
LICENSE 更新1.x 2019-04-15 10:35:40 +08:00
noopModule.js 更新1.x 2019-04-15 10:35:40 +08:00
package-lock.json add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
package.json add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
README.md fix: img err in home page 2019-09-06 19:42:34 +08:00

Vue logo

Introduce

  1. 这是一个vuepress主题旨在添加博客所需的分类、TAB墙、分页、评论等功能
  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

Remind

首页新增 “华为” 相关文案,请允许我以这样的方式支持 “华为”。

Preview

Home

home.png

Home-Blog

home.png

Category

category.png

Tag

tag.png

Article

article.png

Add Password

password.png

Timeline

timeline.png

Contribute

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

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

衷心感谢美女设计师

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

License

MIT