Hongbin's Blog

vuePress-theme-reco Hongbin's Blog    2021
Hongbin's Blog Hongbin's Blog

Choose mode

  • dark
  • auto
  • light
GitHub
Category
  • article
  • note
  • tip
  • draft
  • log
  • recette
Tag
Home
TimeLine

Hongbin's Blog

13

Article

13

Tag

GitHub
Category
  • article
  • note
  • tip
  • draft
  • log
  • recette
Tag
Home
TimeLine
  • Issues I met when using reco theme of vuepress

Issues I met when using reco theme of vuepress

vuePress-theme-reco Hongbin's Blog    2021

Issues I met when using reco theme of vuepress


Hongbin 2020-06-17 vuevuepressvuepress-theme-reco

# Summary

  1. Current Dependencies:
# package.json

"vuepress": "^1.5.2",
"vuepress-theme-reco": "^1.4.6",
"vue-class-component": "^7.2.3"
1
2
3
4
5
  1. don't forget to add vue-class-component

# Words

When decided to use a theme, I first did some searching on github and saw reco and followed their instruction in readme. A cli tool is provided to build a blog quickly but the issue here is that the tool imports old version of this theme. Using this version some features is unavailable such as locale.

Then I upgraded the version of this theme, and another issue is they forget to mention an additional dependency is necessary, which is vue-class-component.