@inceptiongt/json-schema-editor-visual-new
Version:
jsonschema-draft07 editor
20 lines (15 loc) • 532 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./prd/src/index.css" />
<!-- <link rel="stylesheet" href="http://127.0.0.1:8082/prd/src/index.css"/> -->
<title>JSON-Schema-Editor</title>
</head>
<body>
<div id="root"></div>
<script src="./prd/src/index.js"></script>
<!-- <script src="http://127.0.0.1:8082/prd/src/index.js"></script> -->
</body>
</html>