diff --git a/client/package-lock.json b/client/package-lock.json index c7a9050..6cef027 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,5 +1,5 @@ { - "name": "tronio", + "name": "tron.io", "version": "0.1.0", "lockfileVersion": 1, "requires": true, @@ -11314,6 +11314,11 @@ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==", "dev": true }, + "vuex": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/vuex/-/vuex-3.5.1.tgz", + "integrity": "sha512-w7oJzmHQs0FM9LXodfskhw9wgKBiaB+totOdb8sNzbTB2KDCEEwEs29NzBZFh/lmEK1t5tDmM1vtsO7ubG1DFw==" + }, "watchpack": { "version": "1.7.4", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz", diff --git a/client/package.json b/client/package.json index 818d172..42c6716 100644 --- a/client/package.json +++ b/client/package.json @@ -11,13 +11,13 @@ "core-js": "^3.6.5", "register-service-worker": "^1.7.1", "vue": "^2.6.11", - "vue-router": "^3.2.0" + "vue-router": "^3.2.0", + "vuex": "^3.5.1" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.4.0", "@vue/cli-plugin-eslint": "~4.4.0", "@vue/cli-plugin-pwa": "~4.4.0", - "@vue/cli-plugin-router": "~4.4.0", "@vue/cli-service": "~4.4.0", "@vue/eslint-config-standard": "^5.1.2", "babel-eslint": "^10.1.0", diff --git a/client/src/App.vue b/client/src/App.vue index b38d086..b8eae0f 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,9 +1,26 @@ +