Using build variable in a Vue.js project?

Are you looking at getting data from some variable defined in your build pipeline, and then using that when you run you Vue app?
If so, maybe you look at writing out a file with that variable in during your build pipeline, and then package it up with your app. Your app can then reference that when it runs.

Cheers,

Matt

1 Like