hero

Ledap

好用的前后端解耦方案

快速上手 →

# 安装

npm install ledap -D

# 使用

import * as Ledap form 'ledap';

const model = new Ledap.Model();
model.load({
    // some property
});