diff --git a/package.json b/package.json index 8bc0a3a..724c455 100644 --- a/package.json +++ b/package.json @@ -8,14 +8,16 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@amap/amap-jsapi-loader": "^1.0.1", "@antv/x6": "^1.32.3-beta.1", "@antv/x6-vue-shape": "^1.4.0", "@vue/composition-api": "^1.6.3", "core-js": "^3.6.5", "element-ui": "^2.15.9", + "gojs": "^2.2.14", "vue": "^2.6.11", - "vue-json-viewer": "^2.2.22", - "vue-baidu-map": "^0.21.22" + "vue-baidu-map": "^0.21.22", + "vue-json-viewer": "^2.2.22" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.13", diff --git a/public/index.html b/public/index.html index 3e5a139..77dbf1a 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,8 @@ + + <%= htmlWebpackPlugin.options.title %> diff --git a/src/App.vue b/src/App.vue index e577a0c..6c3d139 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,21 @@ diff --git a/src/demo/index-gaode.vue b/src/demo/index-gaode.vue new file mode 100644 index 0000000..037d4e1 --- /dev/null +++ b/src/demo/index-gaode.vue @@ -0,0 +1,572 @@ + + + + + + \ No newline at end of file diff --git a/src/gojsDemo/components/FlowChart copy.vue b/src/gojsDemo/components/FlowChart copy.vue new file mode 100644 index 0000000..9898d96 --- /dev/null +++ b/src/gojsDemo/components/FlowChart copy.vue @@ -0,0 +1,580 @@ + + + + + + + diff --git a/src/gojsDemo/components/FlowChart.vue b/src/gojsDemo/components/FlowChart.vue new file mode 100644 index 0000000..6badf93 --- /dev/null +++ b/src/gojsDemo/components/FlowChart.vue @@ -0,0 +1,711 @@ + + + + + + + diff --git a/src/gojsDemo/components/GanttChart.vue b/src/gojsDemo/components/GanttChart.vue new file mode 100644 index 0000000..c1438bd --- /dev/null +++ b/src/gojsDemo/components/GanttChart.vue @@ -0,0 +1,199 @@ + + + + + + + diff --git a/src/gojsDemo/index-gojs.vue b/src/gojsDemo/index-gojs.vue new file mode 100644 index 0000000..51ee595 --- /dev/null +++ b/src/gojsDemo/index-gojs.vue @@ -0,0 +1,19 @@ + + + \ No newline at end of file