From 77bf8f38260d85d00c4a9d0ddb4d43bcd9ee268c Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sun, 22 Mar 2020 03:16:57 +0000 Subject: [PATCH] adding initial --- package.json | 6 +- public/index.html | 2 + src/App.vue | 48 ++++---- src/assets/logo.svg | 1 + src/components/Appbar.vue | 39 +++++++ src/components/HelloWorld.vue | 201 ++++++++++++++++++++++++---------- src/main.js | 2 + src/plugins/vuetify.js | 11 ++ src/views/Home.vue | 19 ++-- vue.config.js | 5 + yarn.lock | 57 +++++++++- 11 files changed, 293 insertions(+), 98 deletions(-) create mode 100644 src/assets/logo.svg create mode 100644 src/components/Appbar.vue create mode 100644 src/plugins/vuetify.js create mode 100644 vue.config.js diff --git a/package.json b/package.json index 2f561af..236c5b5 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,11 @@ "core-js": "^3.6.4", "vue": "^2.6.11", "vue-router": "^3.1.5", + "vuetify": "^2.2.11", "vuex": "^3.1.2" }, "devDependencies": { + "@mdi/font": "^5.0.45", "@vue/cli-plugin-babel": "~4.2.0", "@vue/cli-plugin-eslint": "~4.2.0", "@vue/cli-plugin-router": "~4.2.0", @@ -24,6 +26,8 @@ "eslint-plugin-vue": "^6.1.2", "sass": "^1.25.0", "sass-loader": "^8.0.2", - "vue-template-compiler": "^2.6.11" + "vue-cli-plugin-vuetify": "^2.0.5", + "vue-template-compiler": "^2.6.11", + "vuetify-loader": "^1.3.0" } } diff --git a/public/index.html b/public/index.html index 4123528..bc51465 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,8 @@ <%= htmlWebpackPlugin.options.title %> + +