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
Core Api for Ali lowCode engine. Latest version: 1.3.4, last published: 2 months ago. Start using @alilc/lowcode-editor-core in your project by running `npm i @alilc/lowcode-editor-core`. There are 18 other projects in the npm registry using @alilc/lowco
安装依赖 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); // 如果您不希望自动加上出码按钮...
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
LowCodeEngine是由阿里巴巴钉钉团队开源的低代码引擎, 该引擎全面遵循《阿里巴巴中后端前端基础构建协议规范》和《阿里巴巴中后端前端素材协议规范》。兼容主流浏览器: Chrome >= 80 , Edge >= 80 , safari 和 firefox 最近 2 个 版本 。 特性 🌈 提炼自企业级低代码平台的面向扩展设计的内核引擎,奉行最小内核,...
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
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
import { IPublicModelPluginContext } from '@alilc/lowcode-types';function pageResourceType(ctx: IPublicModelPluginContext) {return {category: '页面',defaultViewType: 'page',defaultTitle: window.pageConfig.title,editorViews: [pageView],icon: PageIcon,async init() {await ctx.plugins.register(pl...