diff --git a/ui/package.json b/ui/package.json index 2156369..105324d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -12,7 +12,8 @@ "register-service-worker": "^1.7.2", "vue": "^2.6.14", "vue-class-component": "^7.2.3", - "vue-property-decorator": "^9.1.2" + "vue-property-decorator": "^9.1.2", + "vuetify": "^2.6.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.4.0", @@ -26,8 +27,12 @@ "axios": "^0.18.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", + "sass": "~1.32.0", + "sass-loader": "^10.0.0", "typescript": "~4.5.5", "vue-cli-plugin-axios": "~0.0.4", - "vue-template-compiler": "^2.6.14" + "vue-cli-plugin-vuetify": "^2.5.5", + "vue-template-compiler": "^2.6.14", + "vuetify-loader": "^1.7.0" } } diff --git a/ui/public/index.html b/ui/public/index.html index 3e5a139..bc51465 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -1,11 +1,13 @@ - + <%= htmlWebpackPlugin.options.title %> + +