Issues I met when using reco theme of vuepress
Hongbin 2020-06-17 vuevuepressvuepress-theme-reco
# Summary
- 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
2
3
4
5
- 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
.