春希 9f12b3c026 Merge branch 'feat/merge-rax-generator' into refactor/merge-rax-generator
* feat/merge-rax-generator: (80 commits)
  fix: fix test result
  fix: miniAppBuildType config(temp)
  fix: miss scope
  refactor: 💡 support scope info & use middleware style plugin
  chore: 🤖 fix lint error
  feat: 🎸 数据源的类型默认是 fetch
  fix: 🐛 根据低代码规范,数据源的配置中isInit和 type 都是有默认值的,所以应该是可选的
  feat: 🎸 与国凯的数据源引擎联调,对齐包名和导出方式
  feat: 🎸 与国凯的数据源保持一致,将 urlParams 所需的 search 参数直接传入
  feat: 🎸 按 826 对齐结论调整出码和数据源引擎
  test: 💍 为 Rax 出码的各个测试用例的添加注释描述
  chore: 🤖 recore 模板有问题,故暂且屏蔽掉
  fix: 🐛 Rax 出码到小程序, 事件处理函数绑定 JSExpression 时也不应该包裹一个 eval, 小程序会报错
  fix: 🐛 经验证发现小程序里面还是得包上 eval 否则 Rax 框架会误把 context 发送到渲染进程而出错
  feat: 🎸 为 Rax 出码增加对 i18n 的支持
  docs: ✏️ 根据春希的解释修改 generateAttr 中这块特殊处理的
  feat: 🎸 globalStyle 支持定制样式文件的后缀名
  docs: ✏️ 整理优化注释
  docs: ✏️ 去掉一些意见处理了的 TODO
  docs: ✏️ 补充对 transformThis2Context 的说明
  ...
2020-09-15 09:48:09 +08:00
2020-05-18 16:13:38 +08:00
2020-03-30 04:11:05 +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-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-08-20 22:13:13 +08:00
2020-06-21 17:11:54 +08:00
2020-09-09 19:15:50 +08:00

Ali Lowcode Engine阿里低代码引擎

Lerna + TS

开发

创建新包:

  • ./scripts/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%