diff --git a/.gitignore b/.gitignore index 9ad28d2..02b0dcc 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ tests/**/coverage/ *.ntvs* *.njsproj *.sln +yarn.lock \ No newline at end of file diff --git a/package.json b/package.json index 4e6dc90..59b13ec 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "vue-admin-template", + "name": "yp-plan", "version": "4.2.1", "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", - "author": "Pan ", + "author": "XYT==admin@xiuyetang.com", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", @@ -16,11 +16,13 @@ }, "dependencies": { "axios": "0.18.1", + "echarts": "^4.7.0", "element-ui": "2.13.0", "js-cookie": "2.2.0", "normalize.css": "7.0.0", "nprogress": "0.2.0", "path-to-regexp": "2.4.0", + "plop": "^2.6.0", "vue": "2.6.10", "vue-router": "3.0.6", "vuex": "3.1.0" diff --git a/src/App.vue b/src/App.vue index ec9032c..c38fbaa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,7 @@
+