mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
增加dist发布
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
/dist
|
# /dist
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
|
|||||||
1
dist/css/chunk-vendors.f4ffed8f.css
vendored
Normal file
1
dist/css/chunk-vendors.f4ffed8f.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/index.ca1e8054.css
vendored
Normal file
1
dist/css/index.ca1e8054.css
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*{padding:0;margin:0;box-sizing:border-box}.title{text-align:center;font-size:40px;font-weight:700;height:100px;line-height:100px}.container{display:flex;padding:20px;width:80vw;min-width:800px;justify-content:center;height:calc(100vh - 100px);margin:auto}pre{font-family:monospace}.schema,pre{height:100%;overflow-y:auto;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:12px;width:50%}.schema{margin-left:20px;overflow-x:hidden}.json-schema-editor .row[data-v-1d1f3aa4]{display:flex;margin:12px}.json-schema-editor .row .ant-col-name .ant-col-name-c[data-v-1d1f3aa4],.json-schema-editor .row .ant-col-name[data-v-1d1f3aa4]{display:flex;align-items:center}.json-schema-editor .row .ant-col-name .ant-col-name-required[data-v-1d1f3aa4]{margin-left:6px}.json-schema-editor .row .ant-col-type[data-v-1d1f3aa4]{width:100%}.json-schema-editor .row .ant-col-setting[data-v-1d1f3aa4]{display:inline-block}.json-schema-editor .row .setting-icon[data-v-1d1f3aa4]{color:rgba(0,0,0,.45)}.json-schema-editor .row .plus-icon[data-v-1d1f3aa4]{color:#5b8ff9}.json-schema-editor .row .close-icon[data-v-1d1f3aa4]{color:#e8684a}
|
||||||
BIN
dist/favicon.ico
vendored
Normal file
BIN
dist/favicon.ico
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
1
dist/index.html
vendored
Normal file
1
dist/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>json-schema-editor-vue</title><link href=css/chunk-vendors.f4ffed8f.css rel=preload as=style><link href=css/index.ca1e8054.css rel=preload as=style><link href=js/chunk-vendors.ccb7282d.js rel=preload as=script><link href=js/index.e12b4015.js rel=preload as=script><link href=css/chunk-vendors.f4ffed8f.css rel=stylesheet><link href=css/index.ca1e8054.css rel=stylesheet></head><body><noscript><strong>We're sorry but json-schema-editor-vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.ccb7282d.js></script><script src=js/index.e12b4015.js></script></body></html>
|
||||||
290
dist/js/chunk-vendors.ccb7282d.js
vendored
Normal file
290
dist/js/chunk-vendors.ccb7282d.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/index.e12b4015.js
vendored
Normal file
1
dist/js/index.e12b4015.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 585 B |
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1,4 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
|
publicPath: './',
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
pages: {
|
pages: {
|
||||||
index: {
|
index: {
|
||||||
|
|||||||
Reference in New Issue
Block a user