Skip to the content.

remind-editor

Remind 是一个支持渲染树形结构数据,以各种不同的布局类型进行渲染和编辑的可视化框架。

Demo

完整 DEMO

base

snapshot

snapshot

npm run start

Docker 启动

docker run -d -v your_data_path:/reminds -p 7001:7001 mizydocker/remind

Install 安装

npm i remind-editor --save

Usage

<script src="https://unpkg.com/remind-editor@${version}/dist/remind.js"></script>
npm i remind-editor --save
import Remind from 'remind-editor'

Start

import Remind from 'remind-editor';

new Remind(document.getElementById("root"),{
	data:{} // 数据
})

Export Data

remind.page.toJSON()