安装依赖 npm install --save @alilc/lowcode-plugin-code-generator 注册插件: import { plugins } from '@alilc/lowcode-engine'; import CodeGenPlugin from '@alilc/lowcode-plugin-code-generator'; // 在你的初始化函数中: await plugins.register(CodeGenPlugin); // 如果您不希望自动加上出码按钮...
CodeEditor. Latest version: 1.0.9, last published: 2 years ago. Start using @alilc/lowcode-plugin-code-editor in your project by running `npm i @alilc/lowcode-plugin-code-editor`. There are 49 other projects in the npm registry using @alilc/lowcode-plugi
alibaba lowcode editor designer plugin. Latest version: 1.1.6, last published: 2 years ago. Start using alilc-lowcode-plugin-designer-wf in your project by running `npm i alilc-lowcode-plugin-designer-wf`. There are no other projects in the npm registry
Outline pane for Ali lowCode engine. Latest version: 1.3.4, last published: 7 days ago. Start using @alilc/lowcode-plugin-outline-pane in your project by running `npm i @alilc/lowcode-plugin-outline-pane`. There are 6 other projects in the npm registry u
LowCodeEngine是由阿里巴巴钉钉团队开源的低代码引擎, 该引擎全面遵循《阿里巴巴中后端前端基础构建协议规范》和《阿里巴巴中后端前端素材协议规范》。兼容主流浏览器: Chrome >= 80 , Edge >= 80 , safari 和 firefox 最近 2 个 版本 。 特性 🌈 提炼自企业级低代码平台的面向扩展设计的内核引擎,奉行最小内核,...
{"@alilc/lowcode-editor-core":"1.0.2","@alilc/lowcode-shell":"1.0.2","@alilc/lowcode-types":"1.0.2","@alilc/lowcode-utils":"1.0.2","classnames":"^2.2.6","enzyme":"^3.11.0","enzyme-adapter-react-16":"^1.15.5","react":"^16","react-dom":"^16.7....
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系 readme packages/engine/README.md yarn.pm/@alilc/lowcode-enginecopyalibaba/lowcode-engine@alilc/lowcode-engine Use it $ yarn add @alilc/lowcode-enginecopy Try in RunKit· Browse ...
Describe the bug (required) / 详细描述 bug(必填) 克隆项目到本地,发现build某些模块的时候会报错。 @alilc/lowcode-rax-renderer模块编译错误。 报错指令: npx lerna run build --scope @alilc/lowcode-rax-renderer --stream 报错截图: 项目版本:1.0.14 Nodejs版
// 面向运行时渲染,直接给 schema import { create } from '@alilc/lowcode-datasource-engine/interpret'; // 面向出码,需要给处理过后的内容 import { create } from '@alilc/lowcode-datasource-engine/runtime'; import { createFetchHandler } from '@alilc/lowcode-datasource-fetch-handler'; impor...
lowcode-engine @alilc/lowcode-rax-renderer 模块编译错误+1