amis
前端低代码框架,通过 JSON 配置就能生成各种页面。
Under Apache License 2.0
By baidu
前端低代码框架,通过 JSON 配置就能生成各种页面。
Under Apache License 2.0
By baidu
[文档(国内)](https://baidu.gitee.io/amis/) |
[文档(国外)](https://baidu.github.io/amis/) |
[可视化编辑器](https://aisuda.github.io/amis-editor-demo/) |
[amis-admin](https://github.com/aisuda/amis-admin) |
[爱速搭](https://baidu.gitee.io/aisuda-docs/)
QQ 群: 1147750223(已满) |
QQ 群2: 651547026 |
如流群:3395342





前端低代码框架,通过 JSON 配置就能生成各种后台页面,极大减少开发成本,甚至可以不需要了解前端。
以下是参与开发 amis 才需要看的,使用请看前面的文档。
如果 github 下载慢可以使用 gitee 上的镜像。
推荐使用 node 12/14。
```bash
npm i
npm start
```
```bash
npm i
npm test
npm run coverage
npm run update-snapshot
```
请使用分支开发,首先创建分支
git checkout -b feat-xxx
开发提交后使用 git push --set-upstream origin feat-xxx
创建远程分支。
然后通过系统提示的 https://github.com/xxx/amis/pull/new/feat-xxx 链接来提交 PR。
请采用 typescript 编写,所有合理的改动、新的公用渲染器、用例或者文档的提交都会被接收。
amis 只能实现前端低代码,如果需要完整的低代码平台推荐使用爱速搭。