-
Is there any alternative to this project, that is maintained?
-
安装lowcode编辑器以后,运行npm start 点击右上角的出码功能报错。
---
复现步骤:
1、npm install -g @alilc/create-element@latest
2、npm init @alilc/element editor-project-name
3、cd editor-project-name
4、npm install --force
…
-
我想在x6-demo里面使用@alilc/lowcode-plugin-code-editor中的CodeEditorPlugin和@alilc/lowcode-plugin-datasource-pane中的DataSourcePanePlugin,但是我按照相似的方式在index.ts注册以后,发现这个注册以后,两个按钮都无法点击,请问这个问题可能是处在哪里呢?
![image](https…
-
## **Describe the bug (required)** / **详细描述 bug(必填)**
页面运行报错
![image](https://github.com/alibaba/lowcode-engine/assets/29434858/cb880aeb-5919-400b-be70-3cc4ddc8f2f4)
我把@alilc/lowcode-plugin-cod…
-
想要在DesignerView外面增加一些内容,需要替换掉下面的面板
```
skeleton.add({
area: 'mainArea',
name: 'designer',
type: 'Widget',
content: ,
});
```
DesignerPlugin…
-
**Is your feature request related to a problem? Please describe.**
Make website that looks like notion (i.g., https://706community.notion.site/Creators-3ee453c764a04f81a872c4bc160fb7d5 ).
I can …
-
## **Describe the bug (required)** / **详细描述 bug(必填)**
```
import {Box} from "@mantine/core";
export const MantineBox = Box
MantineBox.displayName = 'MantineBox';
```
对这样的组件进行生成定义,https…
-
Type 'ModalOptions' is not assignable to type '{ title?: string | undefined; footer?: (() => Element) | null | undefined; content: (() => Element) | { uid: number; type: FunctionalComponent | { ...; }…
-
![shell](https://github.com/alibaba/lowcode-engine/assets/39897706/b64a4763-26ff-49dc-857e-716e43448b3d)
![workspace](https://github.com/alibaba/lowcode-engine/assets/39897706/d87efd3b-7fac-47ab-ad…
-
1. Vite目前采用的是ESM的模式去开发,但是使用包都是UMD的形式引入的,并不支持,有什么解决办法吗
2. Webpack5去构建的话也是会出现比较多的问题,感觉就只有Ice1.x版本感觉能流畅使用