荣彬 56010f2750 Publish
- @ali/lowcode-code-generator@1.0.22
 - @ali/lowcode-datasource-engine@1.0.22
 - @ali/lowcode-datasource-fetch-handler@1.0.21
 - @ali/lowcode-datasource-jsonp-handler@1.0.21
 - @ali/lowcode-datasource-mopen-handler@1.0.21
 - @ali/lowcode-datasource-mtop-handler@1.0.21
 - @ali/lowcode-datasource-types@1.0.21
 - @ali/lowcode-datasource-universal-mtop-handler@1.0.21
 - @ali/lowcode-datasource-url-params-handler@1.0.21
 - @ali/lowcode-demo-server@1.0.22
 - @ali/lowcode-demo@1.0.22
 - @ali/lowcode-designer@1.0.22
 - @ali/lowcode-editor-core@1.0.22
 - @ali/lowcode-editor-preset-general@1.0.22
 - @ali/lowcode-editor-preset-vision@1.0.22
 - @ali/lowcode-editor-setters@1.0.22
 - @ali/lowcode-editor-skeleton@1.0.22
 - @ali/lowcode-material-parser@1.0.22
 - @ali/lowcode-plugin-components-pane@1.0.22
 - @ali/lowcode-plugin-datasource-pane@1.0.21
 - @ali/lowcode-plugin-designer@1.0.22
 - @ali/lowcode-plugin-event-bind-dialog@1.0.21
 - @ali/lowcode-plugin-outline-pane@1.0.21
 - @ali/lowcode-plugin-sample-logo@1.0.21
 - @ali/lowcode-plugin-sample-preview@1.0.21
 - @ali/lowcode-plugin-source-editor@1.0.20
 - @ali/lowcode-plugin-undo-redo@1.0.21
 - @ali/lowcode-plugin-variable-bind-dialog@1.0.21
 - @ali/lowcode-plugin-zh-en@1.0.21
 - @ali/lowcode-rax-provider@1.0.21
 - @ali/lowcode-rax-renderer@1.0.21
 - @ali/lowcode-rax-simulator-renderer@1.0.21
 - @ali/lowcode-react-provider@1.0.23
 - @ali/lowcode-react-renderer@1.0.21
 - @ali/lowcode-react-simulator-renderer@1.0.21
 - @ali/lowcode-runtime@1.0.23
 - @ali/lowcode-types@1.0.20
 - @ali/lowcode-utils@1.0.21
2020-11-16 14:34:20 +08:00
2020-09-15 19:06:35 +08:00
2020-05-18 16:13:38 +08:00
2020-03-30 04:11:05 +08:00
2020-11-16 14:34:20 +08:00
2020-09-15 19:06:35 +08:00
2020-09-15 19:06:35 +08:00
2020-09-19 23:26:15 +08:00
2020-09-15 19:06:35 +08:00
2020-11-07 19:15:22 +08:00
2020-09-15 19:06:35 +08:00
2020-09-15 19:06:35 +08:00
2020-09-15 19:06:35 +08:00
2020-03-28 22:43:19 +08:00
2020-09-15 19:06:35 +08:00
2020-03-30 15:06:03 +08:00
2020-03-28 03:46:34 +08:00
2020-11-10 21:02:11 +08:00
2020-09-15 19:06:35 +08:00
2020-09-09 19:15:50 +08:00
2020-09-15 19:06:35 +08:00

Ali Lowcode Engine阿里低代码引擎

开发

创建新包

  • ./scripts/create.sh <package-name>

运行示例

  • npm run setup
  • npm start

开发提交

  • git add <your-files>
  • git commit -a "feat: xxx"

发布

  • npm run pub

注意

  • packages 工程里一些开发时公共依赖(比如:typescriptava 等)会放到工程顶层
  • 工程里的 .mdtest/ 等文件修改不会产生新的发布
  • 当工程里存在多个 ts 文件的目录时,最终产生的文件会按文件夹形式放到 lib

包权限管理

  • npm owner ls @ali/<pkg> --registry http://registry.npm.alibaba-inc.com
  • npm owner add <user> @ali/<pkg> --registry http://registry.npm.alibaba-inc.com
  • npm owner rm <user> @ali/<pkg> --registry http://registry.npm.alibaba-inc.com
Description
An enterprise-class low-code technology stack with scale-out design / 一套面向扩展设计的企业级低代码技术体系
Readme MIT 55 MiB
Languages
TypeScript 94.7%
Less 2.8%
JavaScript 1.9%
HTML 0.4%
Shell 0.1%