diff --git a/.gitignore b/.gitignore index 10b7838..cdfd32f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ dist +.DS_Store +*/.DS_Store node_modules package-lock.json yarn-error.log diff --git a/package.json b/package.json index 51f61ab..eca8903 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "vue": "^2.5.2", "vue-axios": "^2.1.2", "vue-resource": "^1.5.1", + "vue-router": "^3.0.2", "vuex": "^3.0.1" }, "devDependencies": { diff --git a/src/App.vue b/src/App.vue index 7a6e6dd..b150251 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ @@ -8,6 +8,7 @@ + + \ No newline at end of file diff --git a/src/components/EventPage.vue b/src/components/EventPage.vue new file mode 100644 index 0000000..b8bb7e5 --- /dev/null +++ b/src/components/EventPage.vue @@ -0,0 +1,70 @@ + + + + + \ No newline at end of file diff --git a/src/components/Gallery.vue b/src/components/Gallery.vue new file mode 100644 index 0000000..c85dd27 --- /dev/null +++ b/src/components/Gallery.vue @@ -0,0 +1,68 @@ + + + + + \ No newline at end of file diff --git a/src/components/GalleryImage.vue b/src/components/GalleryImage.vue new file mode 100644 index 0000000..9a706f9 --- /dev/null +++ b/src/components/GalleryImage.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/src/components/GalleryText.vue b/src/components/GalleryText.vue new file mode 100644 index 0000000..81459d3 --- /dev/null +++ b/src/components/GalleryText.vue @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file diff --git a/src/components/Header.vue b/src/components/Header.vue new file mode 100644 index 0000000..4443489 --- /dev/null +++ b/src/components/Header.vue @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file diff --git a/src/components/Home.vue b/src/components/Home.vue index 1e9f1cc..cbd5511 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -1,15 +1,21 @@