mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
publish
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
import JsonSchemaEditor from '../packages/json-schema-editor/index'
|
||||
import JsonSchemaEditor from '../packages/index'
|
||||
// import { Row, Col, Input, Icon,Checkbox,Button,Select } from 'ant-design-vue'
|
||||
Vue.config.productionTip = false
|
||||
|
||||
|
||||
10
lib/demo.html
Normal file
10
lib/demo.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<meta charset="utf-8">
|
||||
<title>json-schema-editor-vue demo</title>
|
||||
<script src="./json-schema-editor-vue.umd.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="./json-schema-editor-vue.css">
|
||||
|
||||
|
||||
<script>
|
||||
console.log(json-schema-editor-vue)
|
||||
</script>
|
||||
51241
lib/json-schema-editor-vue.common.js
Normal file
51241
lib/json-schema-editor-vue.common.js
Normal file
File diff suppressed because it is too large
Load Diff
1
lib/json-schema-editor-vue.css
Normal file
1
lib/json-schema-editor-vue.css
Normal file
File diff suppressed because one or more lines are too long
51251
lib/json-schema-editor-vue.umd.js
Normal file
51251
lib/json-schema-editor-vue.umd.js
Normal file
File diff suppressed because it is too large
Load Diff
284
lib/json-schema-editor-vue.umd.min.js
vendored
Normal file
284
lib/json-schema-editor-vue.umd.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
package.json
12
package.json
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"name": "json-schema-editor-vue",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"version": "1.0.1",
|
||||
"author": "zhangyq",
|
||||
"description": "A json-schema editor of high efficient and easy-to-use, base on Vue",
|
||||
"keyword": "json schema vue",
|
||||
"license": " Apache-2.0 License",
|
||||
"main": "lib/json-schema-editor-vue.umd.min.js",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint"
|
||||
"lint": "vue-cli-service lint",
|
||||
"lib": "vue-cli-service build --target lib --name json-schema-editor-vue --dest lib packages/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"ant-design-vue": "^1.6.2",
|
||||
|
||||
Reference in New Issue
Block a user