diff --git a/vuetify-test/.browserslistrc b/Yi.Vue/.browserslistrc similarity index 100% rename from vuetify-test/.browserslistrc rename to Yi.Vue/.browserslistrc diff --git a/vuetify-test/.env.development b/Yi.Vue/.env.development similarity index 100% rename from vuetify-test/.env.development rename to Yi.Vue/.env.development diff --git a/vuetify-test/.env.production b/Yi.Vue/.env.production similarity index 100% rename from vuetify-test/.env.production rename to Yi.Vue/.env.production diff --git a/vuetify-test/.gitignore b/Yi.Vue/.gitignore similarity index 100% rename from vuetify-test/.gitignore rename to Yi.Vue/.gitignore diff --git a/vuetify-test/README.md b/Yi.Vue/README.md similarity index 100% rename from vuetify-test/README.md rename to Yi.Vue/README.md diff --git a/vuetify-test/package-lock.json b/Yi.Vue/package-lock.json similarity index 99% rename from vuetify-test/package-lock.json rename to Yi.Vue/package-lock.json index 340655b2..49231f16 100644 --- a/vuetify-test/package-lock.json +++ b/Yi.Vue/package-lock.json @@ -1517,6 +1517,11 @@ "supports-color": "^5.3.0" } }, + "chartist": { + "version": "0.11.4", + "resolved": "https://registry.npm.taobao.org/chartist/download/chartist-0.11.4.tgz", + "integrity": "sha1-6W4cVz2LZ0eJIKOmrlI1nZ/I2Lc=" + }, "check-types": { "version": "8.0.3", "resolved": "https://registry.npm.taobao.org/check-types/download/check-types-8.0.3.tgz", @@ -8814,6 +8819,14 @@ "resolved": "https://registry.npmmirror.com/vue/download/vue-2.6.14.tgz", "integrity": "sha1-5RqlJQJQ1Wmj+606ilpofWA24jU=" }, + "vue-chartist": { + "version": "2.3.1", + "resolved": "https://registry.npm.taobao.org/vue-chartist/download/vue-chartist-2.3.1.tgz", + "integrity": "sha1-dDlL7E2Dg8UjeAPlTC735/P69IQ=", + "requires": { + "chartist": "^0.11.0" + } + }, "vue-cli-plugin-vuetify": { "version": "2.4.2", "resolved": "https://registry.nlark.com/vue-cli-plugin-vuetify/download/vue-cli-plugin-vuetify-2.4.2.tgz", diff --git a/vuetify-test/package.json b/Yi.Vue/package.json similarity index 94% rename from vuetify-test/package.json rename to Yi.Vue/package.json index 5ea323bb..a5c5c396 100644 --- a/vuetify-test/package.json +++ b/Yi.Vue/package.json @@ -9,6 +9,7 @@ "dependencies": { "axios": "^0.22.0", "vue": "^2.6.11", + "vue-chartist": "^2.3.1", "vue-router": "^3.2.0", "vuetify": "^2.4.0" }, diff --git a/vuetify-test/public/favicon.ico b/Yi.Vue/public/favicon.ico similarity index 100% rename from vuetify-test/public/favicon.ico rename to Yi.Vue/public/favicon.ico diff --git a/vuetify-test/public/index.html b/Yi.Vue/public/index.html similarity index 68% rename from vuetify-test/public/index.html rename to Yi.Vue/public/index.html index bc514658..db55c39e 100644 --- a/vuetify-test/public/index.html +++ b/Yi.Vue/public/index.html @@ -1,19 +1,22 @@ -
+ + -