bricks/README.md

23 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2023-09-14 10:28:07 +08:00
# Bricks
A new web application development framework to make web application development more easier like play bricks
2023-09-14 10:22:50 +08:00
2023-09-14 10:28:07 +08:00
## Documentation
2024-05-11 17:47:02 +08:00
We have English and Chinese versions documents,
Documents in English, please read from [docs](docs/README.md), 中文资料看[这里](docs/cn/README.md)
2023-09-14 10:28:07 +08:00
## Development base on components
We built web development components which use a options objects as API.
third party can develops their component suply the standard of components API
Most front-end development tools only help user to build the front-end UI, and use script to build the app's logic.
Bricks not only build the UI but also the front-end logic.
Bricks provide a new mathiciam to description the event fire, and event handler, Bricks use json data to descripts event and it handler, when event fire, according the json data, Bricks dynamicly constructs the event handler.
## Dependanance
[Marked](https://github.com/yumoqing/marked) is a tool for markdown text parser, extends from [MarkedJs marked](https://github.com/markedjs/marked), we extends audio and video link, user can directly use `!v[text](url)` pattern to show a video player, and `!a[text](url)` pattern to show a audio player