lowcode-engine-react/modules/material-parser at main · fe-lce/lowcode-engine-react

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

material-parser

@felce/lowcode-material-parser

入料模块

本模块负责物料接入,能自动扫描、解析源码组件,并最终产出一份符合《中后台搭建组件描述协议》的 JSON Schema

详见文档

demo

cd demo

// parse jsx
node parse-jsx.js

// parse tsx
node parse-tsx.js

API