Skip to content
/ gamis Public

gamis, Go版本的amis映射方法. go-amis, amis-go

License

Notifications You must be signed in to change notification settings

wcz0/gamis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amis 低代码 go 映射

amis 低代码框架, json 映射

feature

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

Use

import github.com/wcz0/gamis

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

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

future