Skip to main content

All Questions

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">...
user9540018's user avatar