fleshy-jsoneditor:包裹http的LitElement自定义元素

时间:2024-05-24 04:05:26
【文件属性】:

文件名称:fleshy-jsoneditor:包裹http的LitElement自定义元素

文件大小:505KB

文件格式:ZIP

更新时间:2024-05-24 04:05:26

JavaScript

包装了LitElement自定义元素。 它是的更新版本 该Web组件遵循建议。 演示版 安装 npm i @trystan2k/fleshy-jsoneditor@latest 用法 < script type =" module " > import '@trystan2k/fleshy-jsoneditor/fleshy-jsoneditor.js' ; </ script > < fleshy> 发展 它使用作为devDependency,因为jsoneditor不会导出ES模块。 因此,对于构建而言,必须首先使用汇总并通过ES模块导出生成jsoneditor文件。 它还会复制一些样式和svg文件,因为需要它们来呈现编辑器。 要更新文件(位于/ lib文件夹中),请


【文件预览】:
fleshy-jsoneditor-master
----rollup.config.js(2KB)
----stories()
--------fleshy-jsoneditor.stories.md(3KB)
----fleshy-jsoneditor.js(132B)
----.storybook()
--------preview.js(328B)
--------main.js(869B)
----package.json(5KB)
----.github()
--------workflows()
----test()
--------fleshy-jsoneditor.test.js(4KB)
----.prettierignore(62B)
----LICENSE(1KB)
----src()
--------FleshyJsoneditor.js(7KB)
--------jsonEditorImportStyles.js(313B)
--------jsonEditorImport.js(361B)
----custom-elements.json(5KB)
----.gitignore(271B)
----__snapshots__()
--------fleshy-jsoneditor.md(4KB)
----CHANGELOG.md(5KB)
----lib()
--------theme-jsoneditor.js(5KB)
--------json-editor-styles.js(485KB)
--------json-editor-import.min.js(881KB)
----demo()
--------index.html(849B)
----karma.conf.js(843B)
----README.md(3KB)
----yarn.lock(394KB)
----.editorconfig(526B)

网友评论