AMIS低代码构建系统界面
一、基础环境
1)设计环境:amis-editor,
http://139.196.235.123:9988/#/
源码地址:
https://github.com/baidu/amis
在线文档
https://aisuda.bce.baidu.com/amis/
2)运行环境
使用amis js sdk进行运行
二、构建流程
1)设计需要的界面,针对控件设计Event方法,支持amis原生和自定义js方法
"onEvent": {
"buttonclick": {
"actions": [{
"actionType": "custom",
"script": "customAction(context,event)"
}]
},
"checkclick": {
"actions": [{
"actionType": "custom",
"script": "customAction(context,event)"
}]
},
"init": {
"actions": [{
"actionType": "custom",
"script": "console.log('业务界面加载完成&#