bricks/docs/cn/README.md
2024-05-13 20:51:26 +08:00

16 lines
737 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# bricks文档
像搭积木一样的编写前端应用bricks希望提供开发者所需的底层显示控件
开发应用时采用简单的组装和插拔方式完成应用的开发, bricks的API为json格式
不需要应用开发者掌握前端开发技术。
使用bricks开发应用的好处
* 质量和性能可控开发者开发的应用质量和性能依赖bricks提供的提供底层控件。
* 简单的开发方式,开发者以编写[json数据文件](descjson.md)的形式开发前端应用
## [bricks简介](brief.md)
## [bricks安装](install.md)
## [bricks开发](develop.md)
## [控件介绍](widgets.md)
## [控件描述文件](descjson.md)
## [事件处理](event.md)
## [对后台服务器要求](server.md)