Skip to content

README中前端配置提示有误 #395

@jsbjfkbsjk

Description

@jsbjfkbsjk

问题摘要 / Issue Summary

前端环境配置提示有误

文档类型 / Documentation Type

README文件 / README file

问题类型 / Issue Type

内容错误 / Content Error

文档位置 / Document Location

README.md前端环境配置部分

当前内容 / Current Content

1.进入目录 app-engine\frontend ,搜索 package.json 文件的 ELSA 依赖地址
2.cd app-engine/frontend/ 
3. "target": "http://127.0.0.1:5520",
4. npm run build

问题描述 / Issue Description

1.目录应该是app-platform/frontend,不是app-engine
2.build应该是类似build:single的脚本名字
3.后端端口是8080,示例的代理端口应该从5520改成8080

建议的内容 / Suggested Content

进入目录 app-platform\frontend 
cd app-platform/frontend
"target": "http://127.0.0.1:8080",
npm run build:single (例)

影响范围 / Impact

前端无法正常启动

额外信息 / Additional Context

Image

确认事项 / Confirmations

  • 我已经搜索了现有的文档相关issues,确认这不是重复问题
    I have searched existing documentation-related issues and confirmed this is not a duplicate

  • 我已经仔细阅读了相关的文档内容
    I have carefully read the relevant documentation content

  • 我提供的信息准确完整
    The information I provided is accurate and complete

  • 我愿意协助改进文档内容 (可选)
    I'm willing to help improve the documentation content (optional)

Metadata

Metadata

Labels

Type

No fields configured for Task.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions