Go to file
liaoxuezhi 4669d5fb0a location.query 改成从 rootRender 获取 2019-06-10 21:08:13 +08:00
__mocks__ first commit 2019-04-30 11:11:25 +08:00
__tests__ Merge pull request #69 from RickCole21/master 2019-06-05 16:35:11 +08:00
build 采用 cdn 地址 2019-06-05 10:27:12 +08:00
docs Merge pull request #72 from catchonme/master 2019-06-06 13:59:32 +08:00
examples closeOnOutside优化下,去掉插件,直接写逻辑 2019-06-05 17:26:40 +08:00
gh-pages 更新 gh-pages 2019-06-05 16:05:43 +08:00
mock text autoComplete 重新加载时不丢失 label 信息 2019-06-05 16:54:39 +08:00
scss Merge branch 'master' of https://github.com/baidu/amis 2019-06-10 21:01:09 +08:00
src location.query 改成从 rootRender 获取 2019-06-10 21:08:13 +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
deploy-gh-pages.sh 添加 gh-pages 更新脚本 2019-06-05 10:51:40 +08:00
fis-conf.js 采用 cdn 地址 2019-06-05 10:27:12 +08:00
package.json closeOnOutside优化下,去掉插件,直接写逻辑 2019-06-05 17:26:40 +08:00
publish.sh first commit 2019-04-30 11:11:25 +08:00
scraper-config.json gh-pages 调整 2019-06-05 09:42:37 +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 讨论。