Skip to content
Alibaba Group Unified List Solution.
TypeScript JavaScript
Branch: master
Clone or download

Latest commit

Latest commit b3a24b2 May 27, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs feat: update docs May 27, 2020
packages v1.0.0-beta.27 May 19, 2020
scripts feaet: update layout props Apr 13, 2020
.babelrc feat: ini Feb 24, 2020
.editorconfig feat: ini Feb 24, 2020
.eslintignore feat: ini Feb 24, 2020
.eslintrc feat: ini Feb 24, 2020
.gitignore feat: update docs icon Feb 25, 2020
.prettierrc.js feat: ini Feb 24, 2020
LICENSE.md feat: ini Feb 24, 2020
README.md feat: Updatee folder nam Mar 1, 2020
babel.config.js feat: ini Feb 24, 2020
jest.config.js feat: ini Feb 24, 2020
lerna.json v1.0.0-beta.27 May 19, 2020
package.json feat: update docs May 27, 2020
tsconfig.build.json feat: ini Feb 24, 2020
tsconfig.jest.json feat: ini Feb 24, 2020
tsconfig.json feat: ini Feb 24, 2020

README.md

AList

备注

原有体系下的 NoForm 将不再更新,目前版本仍可继续运行并持续维护。表单场景,推荐使用 Formily

背景

列表是中后台的入口场景,需求的量级与表单相同,但是对于效率和性能的体验则没有那么高,相对来说可定制性和拓展性也相对比较规范。 在 Fusion/Ant-Design 的 Table 已经成为业界事实标准的情况下,且 Formily 表单方案作为搜索区域的不二之选时,通过对这些方案的整合,可以快速实现标准化的列表场景。

同时AList支持 JSON Schema 协议渲染,可通过数据驱动快速开发。

特性

🚀 内置Formily作为搜索区域方案,性能及功能强大

💡 支持 Ant Design/Fusion Next 组件体系

🎨 支持JSON Schema 数据驱动方案

🏅 副作用逻辑独立管理,涵盖各种复杂联动校验逻辑

🌯 支持各种复杂布局方案

安装

使用 Ant Design:

npm install --save antd @alist/antd

使用 Fusion Design:

npm install --save @alifd/next @alist/next

文档

https://alistjs.netlify.com/

LICENSE

AList is open source software licensed as MIT.

You can’t perform that action at this time.