1 Star 0 Fork 19

荒原孤狼 / jqp-amis-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 350 Bytes
一键复制 编辑 原始数据 按行查看 历史

这是amis-editor编辑器,简易版,打包后,在index.html页面提供AMIS_JSON,和保存接口即可 示例,可以参考dist/index.html,dist目录是项目打包后的文件,可以直接使用

AMIS_JSON={
    "type":"body",
    "title":"标题",
    "body":"内容"
}

saveAmis = function(schema){
    console.info("保存",schema);
}
JavaScript
1
https://gitee.com/leazxl/jqp-amis-editor.git
git@gitee.com:leazxl/jqp-amis-editor.git
leazxl
jqp-amis-editor
jqp-amis-editor
master

搜索帮助