ovineio / ovine

ovine由于存在设计缺陷不再更新。 新版会在 ovine-next 重写。 https://github.com/ovineio/ovine-next
https://ovine.igroupes.com/
Apache License 2.0
757 stars 122 forks source link

使用 Ovine 生成器 和 命令行生成均启动失败 #82

Closed MuenYu closed 2 years ago

MuenYu commented 2 years ago

Ovine 生成器的配置

模板:demo/basic 均有尝试
选择版本:0.1.5/0.1.6 均有尝试
Typescript:不使用
Eslint:使用

后续命令:

yarn install
yarn start

命令行启动

按照 官方文档 操作 image

结果

在命令行中均无报错,但是使用浏览器打开时,浏览器控制台存在报错,页面空白

image

MuenYu commented 2 years ago

运行命令 yarn ovine dll 后再使用 yarn start 解决问题:

image