【发布时间】:2019-11-29 14:11:25
【问题描述】:
我有这个 Vuepress 项目 https://github.com/hanxue/wujiquan-vuepress 发布在 enter link description here 上。目录结构和config.js 运行良好。
但是在我的本地机器上,当我运行 yarn run build,相当于 vuepress dev docs 时,页面无法正确呈现。
生成静态网站虽然有效
yarn run build
python -m http.server -d docs\.vuepress\dist 8080
环境
"vuepress": "^1.0.0-alpha.24"
node: v10.16.0
【问题讨论】:
标签: vuepress