diff --git a/package-lock.json b/package-lock.json index 58314a7..e2c0f17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8095,6 +8095,11 @@ "minimist": "^1.2.5" } }, + "moment": { + "version": "2.25.3", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.25.3.tgz", + "integrity": "sha512-PuYv0PHxZvzc15Sp8ybUCoQ+xpyPWvjOuK72a5ovzp2LI32rJXOiIfyoFoYvG3s6EwwrdkMyWuRiEHSZRLJNdg==" + }, "move-concurrently": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", diff --git a/package.json b/package.json index d401bb7..9f43270 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "firebase": "^7.14.2", "firebaseui": "^4.5.0", "jquery": "^3.5.0", + "moment": "^2.25.3", "popper.js": "^1.16.1", "vue": "^2.6.11", "vue-resource": "^1.5.1", diff --git a/src/assets/barkbutton.png b/src/assets/barkbutton.png new file mode 100644 index 0000000..f2dcc05 Binary files /dev/null and b/src/assets/barkbutton.png differ diff --git a/src/main.js b/src/main.js index d634328..f8067cc 100644 --- a/src/main.js +++ b/src/main.js @@ -11,6 +11,7 @@ import ui from '@/plugins/firebaseui-init'; import 'bootstrap'; import './assets/app.scss'; +import 'moment'; Vue.config.productionTip = false; diff --git a/src/views/Home.vue b/src/views/Home.vue index 1a2857a..e8c04d1 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -3,7 +3,7 @@

Compose a Bark

- +