Skip to content

Instantly share code, notes, and snippets.

@Jarmahent
Created June 7, 2019 03:13
Show Gist options
  • Save Jarmahent/bf497057042d05c369881e3e6695b2b1 to your computer and use it in GitHub Desktop.
Save Jarmahent/bf497057042d05c369881e3e6695b2b1 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import App from './App.vue'
import VueFire from 'vuefire'
import './firebase'
Vue.config.productionTip = false
Vue.use(VueFire)
new Vue({
el: '#app',
render: h => h(App)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment