From fb13c57c511ece238032395c8448fae4ff13f1a8 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Wed, 7 Apr 2021 18:35:46 +0200 Subject: [PATCH] Update web designing --- public/index.html | 2 +- src/App.vue | 13 ------------ src/components/HomePageElement.vue | 34 +++++++++++++----------------- src/components/Navigation.vue | 19 ++++++++++++++++- src/router/index.js | 24 ++++++++++++++++++--- src/views/About.vue | 2 +- src/views/Home.vue | 2 +- src/views/Projects.vue | 6 ++++++ vue.config.js | 5 +++++ 9 files changed, 68 insertions(+), 39 deletions(-) create mode 100644 src/views/Projects.vue create mode 100644 vue.config.js diff --git a/public/index.html b/public/index.html index 3e5a139..9f0719a 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - <%= htmlWebpackPlugin.options.title %> + KamilCraft.com