Go to file
yumoqing 76a6511fbd bugfix 2024-06-30 01:52:48 +08:00
3parties bugfix 2024-04-15 17:27:07 +08:00
bricks bugfix 2024-06-30 01:52:48 +08:00
dist bugfix 2024-03-14 21:40:25 +08:00
docs bugfix 2024-06-28 11:41:39 +08:00
examples bugfix 2024-06-20 17:36:09 +08:00
xterm bugfix 2023-12-18 18:15:22 +08:00
README.md bugfix 2024-05-11 17:47:02 +08:00
package.json bugfix 2023-09-14 10:28:07 +08:00

README.md

Bricks

A new web application development framework to make web application development more easier like play bricks

Documentation

We have English and Chinese versions documents, Documents in English, please read from docs, 中文资料看这里

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 is a tool for markdown text parser, extends from 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