All Questions
1 question
18
votes
2
answers
10k
views
How to add git hash to Vue.js Component
I want to create a vue.js component which will display the package.json version number and hash of most recent git commit. Here is the code so far:
<template>
<div class="versionLabel">...