Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 295 Bytes

Amis 低代码 go 映射

amis 低代码框架, json 映射

feature

  • amis 常用组件
  • component 自定义组件

Use

import github.com/wcz0/gamis

str := gamis.Page().Title("这是一个标题").ToJson()

// 自定义组件
submit := gamis.Component("submit")

future