Go to file
liaoxuezhi f04f15f767 有修改内容时,可以按 y 继续执行 2019-06-28 10:11:06 +08:00
__mocks__ first commit 2019-04-30 11:11:25 +08:00
__tests__ 修改$refs->$ref 2019-06-21 18:04:28 +08:00
build 采用 cdn 地址 2019-06-05 10:27:12 +08:00
docs 修改$refs->$ref 2019-06-21 18:04:28 +08:00
examples 默认值修改 2019-06-28 10:01:50 +08:00
gh-pages 更新 gh-pages 2019-06-28 10:07:30 +08:00
mock carousel 增加获取相同name数据 2019-06-14 11:16:06 +08:00
scss 统一上对齐 2019-06-28 09:59:29 +08:00
src Dropdown 支持 closeOnClick 配置 2019-06-28 09:51:59 +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-06-19 10:05:07 +08:00
deploy-gh-pages.sh 有修改内容时,可以按 y 继续执行 2019-06-28 10:11:06 +08:00
fis-conf.js 设置 allowSyntheticDefaultImports 2019-06-10 22:53:21 +08:00
package.json 升级 axios 2019-06-27 12:10:07 +08:00
publish.sh first commit 2019-04-30 11:11:25 +08:00
scraper-config.json 不固定 react 版本 2019-06-13 19:36:17 +08:00
tsconfig.json testcase 修复 2019-06-11 14:58:28 +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 讨论。