Skip to content

Commit 37f7b54

Browse files
committed
chore: add demo & release v0.2.6
1 parent 877c665 commit 37f7b54

26 files changed

+13977
-6933
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_modules
44
# local env files
55
.env.local
66
.env.*.local
7-
7+
docs/*
88
# Log files
99
lerna-debug.log*
1010
npm-debug.log*

dist/json-schema-editor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/app.478317e2.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/chunk-vendors.c470e980.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/favicon.ico

4.19 KB
Binary file not shown.
27.5 KB
Binary file not shown.
54.6 KB
Binary file not shown.

docs/index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width,initial-scale=1" />
7+
<link rel="icon" href="/favicon.ico" />
8+
<title>vue-demo</title>
9+
<link href="/css/app.478317e2.css" rel="preload" as="style" />
10+
<link href="/css/chunk-vendors.c470e980.css" rel="preload" as="style" />
11+
<link href="/js/app.51aae14f.js" rel="preload" as="script" />
12+
<link href="/js/chunk-vendors.d43c2cc5.js" rel="preload" as="script" />
13+
<link href="/css/chunk-vendors.c470e980.css" rel="stylesheet" />
14+
<link href="/css/app.478317e2.css" rel="stylesheet" />
15+
</head>
16+
<body>
17+
<a
18+
href="https://github.com/giscafer/vue-json-schema-editor-visual"
19+
style="position: absolute; right: 0; top: 0;"
20+
><img
21+
loading="lazy"
22+
width="149"
23+
height="149"
24+
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_green_007200.png?resize=149%2C149"
25+
class="attachment-full size-full"
26+
alt="Fork me on GitHub"
27+
data-recalc-dims="1"/></a
28+
><noscript
29+
><strong
30+
>We're sorry but vue-demo doesn't work properly without JavaScript
31+
enabled. Please enable it to continue.</strong
32+
></noscript
33+
>
34+
<div id="app"></div>
35+
<script src="/js/chunk-vendors.d43c2cc5.js"></script>
36+
<script src="/js/app.51aae14f.js"></script>
37+
</body>
38+
</html>

docs/js/app.51aae14f.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.51aae14f.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)