kangwei de914ecedd Publish
- @ali/lowcode-code-generator@0.8.1
 - @ali/lowcode-demo@0.8.1
 - @ali/lowcode-designer@0.8.2
 - @ali/lowcode-editor-core@0.8.1
 - @ali/lowcode-editor-skeleton@0.8.1
 - @ali/lowcode-globals@0.8.1
 - @ali/lowcode-material-parser@0.8.1
 - @ali/lowcode-plugin-components-pane@0.8.1
 - @ali/lowcode-plugin-designer@0.8.1
 - @ali/lowcode-plugin-event-bind-dialog@0.8.2
 - @ali/lowcode-plugin-outline-pane@0.8.2
 - @ali/lowcode-plugin-sample-logo@0.8.1
 - @ali/lowcode-plugin-sample-preview@0.8.1
 - @ali/lowcode-plugin-sample-save@0.8.1
 - @ali/lowcode-plugin-settings-pane@0.8.3
 - @ali/lowcode-plugin-undo-redo@0.8.1
 - @ali/lowcode-plugin-zh-en@0.8.1
 - @ali/lowcode-react-renderer@0.8.2
 - @ali/lowcode-react-simulator-renderer@0.8.1
 - @ali/lowcode-runtime@0.8.1
 - @ali/lowcode-setters@0.8.1
2020-03-30 19:47:28 +08:00
2020-03-30 17:09:19 +08:00
2020-03-30 04:11:05 +08:00
2020-03-30 19:47:28 +08:00
2020-03-30 19:38:04 +08:00
2020-03-28 03:46:34 +08:00
2020-03-27 14:01:27 +08:00
2020-03-27 14:01:27 +08:00
2020-03-30 17:09:19 +08:00
2020-03-27 14:01:27 +08:00
2020-03-28 22:43:19 +08:00
2020-03-30 15:06:03 +08:00
2020-03-28 03:46:34 +08:00
2020-03-30 17:09:19 +08:00
2020-03-30 17:09:19 +08:00
2020-03-30 15:42:07 +08:00

Ali Lowcode Engine阿里低代码引擎

Lerna + TS

开发

创建新包:

  • ./create.sh <package-name>

跑起来:

  • npm run setup
  • npm start

开发提交:

  • git add <your-files>
  • npm run commit # 在根目录

发布

  • npm run pub

注意

  • Commit 动作尽量使用 npm run commit,其内部调用了 git cz,方便按语义化版本自动递增,以及自动生成 CHANGELOG.md
  • 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%