
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@kernelsoft/lowcode-engine
Advanced tools
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
English | 简体中文
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.

npm install @kernelsoft/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 '@kernelsoft/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'));
{
"externals": {
"@kernelsoft/lowcode-engine": "var window.AliLowCodeEngine",
"@alilc/lowcode-engine-ext": "var window.AliLowCodeEngineExt"
}
}
https://alifd.alicdn.com/npm/@kernelsoft/lowcode-engine@1.0.18/dist/js/engine-core.js
https://alifd.alicdn.com/npm/@kernelsoft/lowcode-react-simulator-renderer@1.0.18/dist/js/react-simulator-renderer.js
https://uipaas-assets.com/prod/npm/@kernelsoft/lowcode-engine/1.0.18/dist/js/engine-core.js
https://uipaas-assets.com/prod/npm/@kernelsoft/lowcode-react-simulator-renderer/1.0.18/dist/js/react-simulator-renderer.js
https://unpkg.com/@kernelsoft/lowcode-engine@1.0.18/dist/js/engine-core.js
https://unpkg.com/@kernelsoft/lowcode-react-simulator-renderer@1.0.18/dist/js/react-simulator-renderer.js
https://cdn.jsdelivr.net/npm/@kernelsoft/lowcode-engine@1.0.18/dist/js/engine-core.js
https://cdn.jsdelivr.net/npm/@kernelsoft/lowcode-react-simulator-renderer@1.0.18/dist/js/react-simulator-renderer.js
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.
$ 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.
Please read first:
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:
Special thanks to everyone who contributed to this project.
FAQs
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
The npm package @kernelsoft/lowcode-engine receives a total of 1 weekly downloads. As such, @kernelsoft/lowcode-engine popularity was classified as not popular.
We found that @kernelsoft/lowcode-engine demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.