Open-Federation / json-schema-editor-visual

A json-schema editor of high efficient and easy-to-use, base on React.
https://hellosean1025.github.io/json-schema-visual-editor/
MIT License
1.02k stars 224 forks source link

怎样将其编译并暴露出友好的 html 可引用文件(js文件)? #14

Closed iamsk closed 5 years ago

iamsk commented 5 years ago
  1. 我有使用 create-react-app 进行构建并编译,最终生成的文件可运行,但不方便读与修改;
  2. 我需要动态指定 root,以及 data,这部分需要从后端渲染给出。

不了解前端机制,这个研究了好几天未能解决,麻烦指导。

iamsk commented 5 years ago

目前通过固定的方式集成,也能用:https://github.com/bastionhost/clovers