lowcode-engine icon indicating copy to clipboard operation
lowcode-engine copied to clipboard

[QUESTION] 何时支持ice.js 2.x

Open xmsz opened this issue 3 years ago • 6 comments

Describe the bug (required) / 详细描述 bug(必填)

  • 使用ice.js 2.x
  • 根据文档安装@alilc/lowcode-engine、项目启动依赖失败

而且我使用cdn引入,直接报错未找到react,感觉搭配不起来啊


To Reproduce (required) / 如何复现 bug?(必填,非常重要)

Steps to reproduce the behavior: / 详细复现步骤:


DEMO:https://github.com/xmsz/demo-20220804

中文版示例:

  1. 创建icejs项目
  2. 安装@alilc/lowcode-engine
  3. 启动项目
  4. 启动失败,报错说依赖打包问题

Expected behavior (required) / 预期行为(必填,非常重要)

A clear and concise description of what did you expect to happen. / 请清晰和精确的描述你预期的行为

可以集成在icejs里


Screenshots (optional) / bug 截图(可选)

Sceenshots for further information. (If applicable.) / 一些有用的截图将会帮助我们更好的明确以及定位问题


Environments (please complete the following information) (required): / 请提供如下信息(必填)

  • AliLowCodeEngine version: 最新
  • AliLowCodeEngineExt version: 最新
  • Browser: chorme
  • icejs: 2.x

(this information can be collected via the manual plugin / 版本信息可通过低代码用户手册插件收集)

Additional context (optional) / 更多额外信息(可选)

Any other context of the problem here. / 可以追加更多的额外信息,帮助定位问题

就是在icejs里构建起来,就怎么简单

pnpm create icejs
pnpm i --shamefully-hoist
pnpm i  @alilc/lowcode-engine
npm run start

xmsz avatar Jul 31 '22 03:07 xmsz

你好 @xmsz,由于缺乏必要的信息(如 bug 重现步骤、引擎版本信息 等),无法定位问题,请按照 issue bug 模板 补全信息,也可以通过阅读引擎的 issue 说明 了解什么类型的 issue 可以获得更好、更快的支持。

github-actions[bot] avatar Aug 01 '22 02:08 github-actions[bot]

你好 @xmsz,由于缺乏必要的信息(如 bug 重现步骤、引擎版本信息 等),无法定位问题,请按照 issue bug 模板 补全信息,也可以通过阅读引擎的 issue 说明 了解什么类型的 issue 可以获得更好、更快的支持。

已补充

xmsz avatar Aug 01 '22 02:08 xmsz

需要提供更加完整的复现步骤。参考:https://www.yuque.com/lce/doc/yvlxhs

image

liujuping avatar Aug 04 '22 06:08 liujuping

需要提供更加完整的复现步骤。参考:https://www.yuque.com/lce/doc/yvlxhs

image

DEMO: https://github.com/xmsz/demo-20220804

xmsz avatar Aug 04 '22 07:08 xmsz

image

LeoYuan avatar Aug 08 '22 11:08 LeoYuan

image

我知道 我想用代码提示能力

xmsz avatar Aug 09 '22 01:08 xmsz

你的这个项目去掉 @alilc/lowcode-engine 相关的逻辑,跑起来都是有问题的。

先想办法正常启动项目,再通过 cdn 的方式引入 lowcode-engine。(需要配置 extends 等,保障 lowcode-engine 不会打包进去)

这个问题就先关掉了,如果有其他问题可以提新的 issue。

liujuping avatar Feb 08 '23 03:02 liujuping