diff --git a/app/app.vue b/app/app.vue index 21c6d97..177ca03 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,68 +1,18 @@ - - - - - - + + - My Application - + + + - - + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - © {{ new Date().getFullYear() }} My Application - All Rights - Reserved - - - + - diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue new file mode 100644 index 0000000..63c342e --- /dev/null +++ b/app/components/AppFooter.vue @@ -0,0 +1,9 @@ + + + + + © {{ new Date().getFullYear() }} SharedLists - All Rights + Reserved + + + diff --git a/app/components/NavBar.vue b/app/components/NavBar.vue new file mode 100644 index 0000000..961faca --- /dev/null +++ b/app/components/NavBar.vue @@ -0,0 +1,36 @@ + + + + + + + + My Application + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/pages/contact.vue b/app/pages/contact.vue deleted file mode 100644 index 0bc1722..0000000 --- a/app/pages/contact.vue +++ /dev/null @@ -1,23 +0,0 @@ - - - - - My Application's Contact Page - - {{ norrisStore.response }} - - - - - diff --git a/app/pages/index.vue b/app/pages/index.vue index 70a34e5..d379bf7 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -2,8 +2,21 @@ - - + My Application's Home Page + + {{ norrisStore.response }} + + + diff --git a/app/pages/products.vue b/app/pages/products.vue deleted file mode 100644 index 0814b50..0000000 --- a/app/pages/products.vue +++ /dev/null @@ -1,9 +0,0 @@ - - - - - My Application's Products Page - -