lowcode-engine/modules/material-parser
xiaohuoni 6015c5d1d1 chore: set repo 2023-06-08 09:53:40 +08:00
..
demo chore: add tsx demo and update readme 2022-03-30 15:47:02 +08:00
schemas feat: first commit - genesis 2022-02-16 11:20:17 +08:00
scripts fix: lint&fix auto generated types.ts 2022-02-18 15:48:23 +08:00
src chore: add tsx demo and update readme 2022-03-30 15:47:02 +08:00
test feat: add some big features to engine 2022-12-22 12:37:33 +08:00
README.md docs: replace yuque links (#1332) 2022-12-08 11:42:49 +08:00
build.test.json feat: first commit - genesis 2022-02-16 11:20:17 +08:00
jest.config.js feat: first commit - genesis 2022-02-16 11:20:17 +08:00
package.json chore: set repo 2023-06-08 09:53:40 +08:00
tsconfig.json fix: fix tsconfig of material-parser 2022-02-22 16:25:37 +08:00
webpack.config.js feat: first commit - genesis 2022-02-16 11:20:17 +08:00

README.md

@alilc/lowcode-material-parser

入料模块

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

详见文档

demo

cd demo

// parse jsx
node parse-jsx.js

// parse tsx
node parse-tsx.js

API