vuepress-reco / vuepress-theme-reco

🎨 This is the repo for vuepress-theme-reco 2.
https://vuepress-theme-reco.recoluan.com
MIT License
540 stars 175 forks source link

Cli 初始化后运行一片空白,控制台有报错 #54

Closed korilin closed 2 years ago

korilin commented 2 years ago

第一次使用这个主题,使用 Cli 初始化项目后运行页面一片空白,查看控制台发现报错

image

项目依赖:

"name": "vuepress-theme-reco-demo",
"version": "2.0.0",
"description": "Demo for vuepress-theme-reco@2.x.",
"repository": "git@github.com:recoluan/vuepress-theme-reco-demo.git",
"author": "reco_luan <recoluan@outlook.com>",
"license": "MIT",
"scripts": {
  "dev": "vuepress dev .",
  "start": "vuepress dev .",
  "build": "vuepress build ."
},
"dependencies": {
  "vuepress": "2.0.0-beta.39",
  "vuepress-theme-reco": "2.0.0-beta.5"
}
korilin commented 2 years ago

我尝试不采用 theme-cli 安装,但在生成的 index.html 文件中,提示了 @vuepress/client/app 找不到。 目前我通过这两种方式都还没办法运行起这个主题