Static GitHub Issues

[1245] Where is the "Entry point" like app.js in the Vuejs?

prev: Aliases broken in rc3
next: Nuxt is not a constructor

I try to put something in common. but only solution i found here is put it on header or footer.

Right now i try to use Vue-analytic

import Vue from 'vue'
import VueAnalytics from 'vue-analytics'

Vue.use(VueAnalytics, {
  id: 'UA-XXX-X'
})

so im not sure where to write

Vue.use(VueAnalytics, {
  id: 'UA-XXX-X'
})

thank you

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1099">#c1099</a>)</em></sub></div>