Go to file
woshilaoge e7a3361fd9 fix: next 组件最新版本 TS 声明文件导出部分异常,暂时调整声明文件进行正常编译,后续组件升级后可再配合调整 2024-05-15 13:50:01 +08:00
.github feat: update test package.yaml 2024-02-01 14:49:25 +08:00
deploy-space feat: add createIntl to common.utils, and fix misuse of zh_CN 2022-11-28 11:16:28 +08:00
docs chore(docs): publish documentation 2024-02-01 08:17:01 +00:00
modules chore(release): code-gen 1.1.7 2024-01-03 15:17:40 +08:00
packages fix: next 组件最新版本 TS 声明文件导出部分异常,暂时调整声明文件进行正常编译,后续组件升级后可再配合调整 2024-05-15 13:50:01 +08:00
scripts refactor(plugin-command): add plugin-command package 2024-02-01 14:45:41 +08:00
.editorconfig feat: first commit - genesis 2022-02-16 11:20:17 +08:00
.eslintignore feat: first commit - genesis 2022-02-16 11:20:17 +08:00
.eslintrc.js feat: improve lowcode component error state in simulator renderer (#1818) 2023-03-31 15:12:39 +08:00
.gitignore feat(engine): add context menu 2024-01-08 14:55:28 +08:00
.prettierrc.js feat: first commit - genesis 2022-02-16 11:20:17 +08:00
.stylelintignore feat: first commit - genesis 2022-02-16 11:20:17 +08:00
.stylelintrc.js feat: first commit - genesis 2022-02-16 11:20:17 +08:00
CONTRIBUTOR.md fix(designer): 修复VC组件canResizing发生变化时无法拖拽 2023-03-06 11:45:18 +08:00
LICENSE Initial commit 2021-12-20 15:26:44 +08:00
README-zh_CN.md chore: switch the readme file type due to symbolic readme will not be included in npm package 2022-03-11 11:59:00 +08:00
README.md chore: switch the readme file type due to symbolic readme will not be included in npm package 2022-03-11 11:59:00 +08:00
abc.json feat: first commit - genesis 2022-02-16 11:20:17 +08:00
babel.config.js chore: add babel.config to fix build error 2022-12-30 17:17:44 +08:00
commitlint.config.js feat: first commit - genesis 2022-02-16 11:20:17 +08:00
index.ts feat: first commit - genesis 2022-02-16 11:20:17 +08:00
lerna.json chore(release): publish 1.3.2 2024-02-23 01:51:23 +00:00
package.json chore: update build-plugin-lce version 2024-01-16 17:38:39 +08:00
tsconfig.json feat: first commit - genesis 2022-02-16 11:20:17 +08:00

README.md

LowCodeEngine

An enterprise-class low-code technology stack with scale-out design

NPM version NPM downloads

Issues need help

codecov Awesome

English | 简体中文

Features

  • 🌈 An extension-oriented kernel engine extracted from an enterprise-level low-code platform, pursuing the design concept of the smallest kernel and the strongest ecology
  • 📦 Out-of-the-box high-quality ecological elements, including material systems, setters, plugins, etc.
  • ⚙️ A complete tool chain, supporting the full-link R&D cycle of ecological elements such as material systems, setters, and plug-ins
  • 🔌 Powerful expansion capability, has supported nearly 100 various vertical low-code platforms
  • 🛡 Developed with TypeScript, providing complete type definition files

🎯 Compatible Environments

  • Modern browsers (Chrome >= 80, Edge >= 80, last 2 safari versions, last 2 firefox versions)

📚 Engine Protocol

The engine fully implements the "LowCodeEngine Basic Construction Protocol Specification" and "LowCodeEngine Material Protocol Specification". The protocol stack is a key part of whether materials in the low-code field can be circulated.

image

🌰 Usage example

npm install @alilc/lowcode-engine --save-dev

TIPS: Only cdn import is supported, npm package is used to provide code hinting capabilities such as typings

import { init, skeleton } from '@alilc/lowcode-engine';

skeleton.add({
  area: 'topArea',
  type: 'Widget',
  name: 'logo',
  content: YourFantasticLogo,
  contentProps: {
    logo:
      'https://img.alicdn.com/tfs/TB1_SocGkT2gK0jSZFkXXcIQFXa-66-66.png',
    href: '/',
  },
  props: {
    align: 'left',
    width: 100,
  },
});

init(document.getElementById('lce'));

Engineering configuration:

{
  "externals": {
    "@alilc/lowcode-engine": "var window.AliLowCodeEngine",
    "@alilc/lowcode-engine-ext": "var window.AliLowCodeEngineExt"
  }
}

cdn optional method:

Method 1: alifd cdn

https://alifd.alicdn.com/npm/@alilc/lowcode-engine@1.0.18/dist/js/engine-core.js

https://alifd.alicdn.com/npm/@alilc/lowcode-react-simulator-renderer@1.0.18/dist/js/react-simulator-renderer.js

Method 2: uipaas cdn

https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/1.0.18/dist/js/engine-core.js

https://uipaas-assets.com/prod/npm/@alilc/lowcode-react-simulator-renderer/1.0.18/dist/js/react-simulator-renderer.js

Method 3: unpkg

https://unpkg.com/@alilc/lowcode-engine@1.0.18/dist/js/engine-core.js

https://unpkg.com/@alilc/lowcode-react-simulator-renderer@1.0.18/dist/js/react-simulator-renderer.js

Method 4: jsdelivr

https://cdn.jsdelivr.net/npm/@alilc/lowcode-engine@1.0.18/dist/js/engine-core.js

https://cdn.jsdelivr.net/npm/@alilc/lowcode-react-simulator-renderer@1.0.18/dist/js/react-simulator-renderer.js

Method 5: Use your own cdn

Pass the files under packages/engine/dist and packages/react-simulator-renderer/dist in the source code to your cdn provider

This awesome-lowcode-engine page links to a repository which records all of the tools\materials\solutions that use or built for the lowcode-engine, PR is welcomed.

💻 Local debugging

$ git clone git@github.com:alibaba/lowcode-engine.git
$ cd lowcode-engine
$ npm install
$ npm run setup
$ npm start

📢 npm access speed is slow, Alibaba employees can use tnpm, other students recommend using cnpm or specifying a mirror registry.

📢 Windows environment must use WSL, other terminals are not guaranteed to work normally

After lowcode-engine is started, several umd files are provided, which can be debugged in combination with the lowcode-demo project. Refer to the file proxy rules here.

🤝 Participation

Please read first:

  1. How to configure the engine debugging environment?
  2. About the R&D collaboration process of the engine
  3. Engineering Configuration of Engine

Strongly recommend reading "The Wisdom of Asking Questions", ["How to Ask Questions to the Open Source Community"](https: //github.com/seajs/seajs/issues/545) and How to Report Bugs Effectively, "How to Submit Unanswerable Questions to Open Source Projects", better questions are easier to get help. (This paragraph refers to antd)

About Pull Request:

  • set the target branch to develop other than main

❤️ Contributors

Special thanks to everyone who contributed to this project.