amis/README.md

65 lines
1.6 KiB
Markdown
Raw Normal View History

2019-05-14 13:23:16 +08:00
# amis
2019-04-30 11:11:25 +08:00
前端低代码框架,通过 JSON 配置就能生成各种后台页面,极大减少开发成本,甚至可以不需要了解前端。
2019-04-30 11:11:25 +08:00
目前在百度广泛用于内部平台的前端开发,已有 100+ 部门使用,创建了 3w+ 页面。
2019-04-30 11:11:25 +08:00
2020-07-31 15:59:24 +08:00
## 文档
2019-05-01 10:22:51 +08:00
<https://baidu.gitee.io/amis/docs/index>
2019-04-30 11:11:25 +08:00
## 相关工具及平台
- 通过 amis 搭建自己的后台系统https://github.com/fex-team/amis-admin
- 可视化编辑器https://github.com/fex-team/amis-editor
2019-09-10 15:46:30 +08:00
2019-09-23 13:15:05 +08:00
## 开发指南
2020-07-31 15:59:24 +08:00
以下是参与开发 amis 才需要看的,使用请看前面的文档。
2020-04-17 16:39:40 +08:00
> 如果 github 下载慢可以使用 [gitee](https://gitee.com/baidu/amis) 上的镜像。
推荐使用 node 8/10/12。
2019-09-23 13:15:05 +08:00
```bash
# 安装项目 npm 依赖,在 node 12 下会有报错但不影响正常使用。
2019-04-30 11:11:25 +08:00
npm i
# 开始编译,把代码产出到刚开启的服务的 webroot 目录。
2019-09-10 15:46:30 +08:00
# 这个程序不会自动结束,进入一个 watch 模式,文件变动会重新编译。
2019-04-30 11:11:25 +08:00
npm run dev
# 开启 fis3 服务,请通过 http://127.0.0.1:8888/examples/pages/simple 访问。
npm start
```
2019-09-23 13:15:05 +08:00
### 测试
2019-04-30 11:11:25 +08:00
```bash
# 安装依赖
2019-09-23 13:15:05 +08:00
npm i
2019-04-30 11:11:25 +08:00
2019-06-19 10:05:07 +08:00
# 执行测试用例
2019-04-30 11:11:25 +08:00
npm test
2019-06-19 10:05:07 +08:00
# 查看测试用例覆盖率
2019-04-30 11:11:25 +08:00
npm run coverage
```
2019-09-23 13:15:05 +08:00
### 如何贡献
2019-04-30 11:11:25 +08:00
2019-06-13 15:22:34 +08:00
请采用 typescript 编写,所有合理的改动、新的公用渲染器、用例或者文档的提交都会被接收。
2019-04-30 11:11:25 +08:00
## 维护者
2020-04-17 16:39:40 +08:00
- [2betop](https://github.com/2betop)
- [RickCole21](https://github.com/RickCole21)
- [catchonme](https://github.com/catchonme)
- [nwind](https://github.com/nwind)
2019-04-30 11:11:25 +08:00
## 讨论
2020-08-06 19:20:47 +08:00
- Issues: https://github.com/baidu/amis/issues
2020-08-07 11:58:07 +08:00
- [如流](https://infoflow.baidu.com/)群3395342
2020-08-06 19:20:47 +08:00
- QQ 群: 1147750223