Go to file
liaoxuezhi 2f23d581db gh-pages 调整 2019-06-04 20:13:40 +08:00
__mocks__ first commit 2019-04-30 11:11:25 +08:00
__tests__ 优化 loadRenderer 逻辑,减少返回约束 2019-05-19 18:08:11 +08:00
build first commit 2019-04-30 11:11:25 +08:00
docs gh-pages 调整 2019-06-04 20:13:40 +08:00
examples gh-pages 调整 2019-06-04 20:13:40 +08:00
gh-pages gh-pages 调整 2019-06-04 20:13:40 +08:00
mock audio 增加在table中显示 2019-06-03 09:59:04 +08:00
scss audio 增加在table中显示 2019-06-03 09:59:04 +08:00
src 更新 gh-pages 2019-06-04 16:39:56 +08:00
types/uncontrollable first commit 2019-04-30 11:11:25 +08:00
.editorconfig 增加 .editorconfig;使用 prettier 格式化 scss 2019-05-15 16:10:20 +08:00
.gitignore 添加 gh-pages 2019-05-09 19:30:08 +08:00
.npmignore 添加 gh-pages 2019-05-09 19:30:08 +08:00
.prettierrc 代码格式化 2019-05-08 13:52:04 +08:00
LICENSE first commit 2019-04-30 11:11:25 +08:00
README.md Update README.md 2019-05-20 11:32:19 +08:00
fis-conf.js gh-pages 调整 2019-06-04 20:13:40 +08:00
package.json 修复number在达到最大值或最小值后,无法blur 2019-06-03 10:35:03 +08:00
publish.sh first commit 2019-04-30 11:11:25 +08:00
scraper-config.json gh-pages 调整 2019-06-04 20:13:40 +08:00
tsconfig.json first commit 2019-04-30 11:11:25 +08:00

README.md

amis

一种页面渲染器,可以直接基于特定格式的 JSON 配置将页面渲染出来,结合业务方 API 可快速完成各类管理页面的开发。

目前用于百度内部 AMIS 平台,已有 100+ 部门接入使用,创建 1.2w+ 页面,欢迎大家使用和提建议。

通过 amis 搭建自己的后台系统,可以参考这: https://github.com/fex-team/amis-admin

快速开始

# 安装项目 npm 依赖。
npm i

# 开始编译,把代码产出到刚开启的服务的 webroot 目录。
npm run dev

# 开启 fis3 服务,请通过 http://127.0.0.1:8888/examples/pages/simple 访问。
npm start

测试

# 安装依赖
npm i 

# 执行测试用率
npm test

# 查看测试用率覆盖率
npm run coverage

使用文档

为了更好的阅读体验,建议直接在 gh-pages 中阅读 https://baidu.github.io/amis/

如何贡献

请采用 typescript 编写,所有合理的改动、新的公用渲染器、用率或者文档的提交都会被接收。

维护者

讨论

欢迎提 ISSUE 讨论。