diff --git a/client/.gitignore b/client/.gitignore
index 185e663..6d5a07d 100644
--- a/client/.gitignore
+++ b/client/.gitignore
@@ -19,3 +19,6 @@ yarn-error.log*
*.njsproj
*.sln
*.sw*
+
+# Vue cli
+.stats-serve.json
\ No newline at end of file
diff --git a/client/package-lock.json b/client/package-lock.json
index 2d1b346..be1fc11 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -12792,6 +12792,11 @@
"vue-style-loader": "4.1.0"
}
},
+ "vue-router": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.1.tgz",
+ "integrity": "sha512-vLLoY452L+JBpALMP5UHum9+7nzR9PeIBCghU9ZtJ1eWm6ieUI8Zb/DI3MYxH32bxkjzYV1LRjNv4qr8d+uX/w=="
+ },
"vue-style-loader": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.0.tgz",
@@ -12818,6 +12823,11 @@
"integrity": "sha512-x3LV3wdmmERhVCYy3quqA57NJW7F3i6faas++pJQWtknWT+n7k30F4TVdHvCLn48peTJFRvCpxs3UuFPqgeELg==",
"dev": true
},
+ "vuex": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.0.1.tgz",
+ "integrity": "sha512-wLoqz0B7DSZtgbWL1ShIBBCjv22GV5U+vcBFox658g6V0s4wZV9P4YjCNyoHSyIBpj1f29JBoNQIqD82cR4O3w=="
+ },
"watchpack": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
diff --git a/client/package.json b/client/package.json
index ca84175..a0246c7 100644
--- a/client/package.json
+++ b/client/package.json
@@ -8,7 +8,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
- "vue": "^2.5.16"
+ "vue": "^2.5.16",
+ "vue-router": "^3.0.1",
+ "vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
diff --git a/client/src/App.vue b/client/src/App.vue
index 561ba06..238aa08 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -1,21 +1,13 @@
-
-
+
+ Home |
+ About
+
+
-
-