https://guide.yearning.io/ins...
1.装置 npm 编译环境, 下载node js 装置(http://nodejs.cn/download/)

2.npm install 搭建环境

下载这个前端的代码, 通过npm run build 编译实现, 有dist 目录,
copy 放到 src/service/ 目录下。
git clone https://github.com/cookieY/Ye...

  1. 切换到要编译代码的环境
    如果出错:
    降级 npm 至 v7.6.2 后, 运行 npm i 装置依赖,报错 ERESOLVE unable to resolve dependency tree

解决方案
应用 npm i --legacy-peer-deps

  1. 切换到 Yearning 目录
    ./Yearning install
    ./Yearning run

关上浏览器 http://127.0.0.1:8000

默认账号/明码:admin/Yearning_admin