Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import Vue from 'vue'
  2. import App from './App.vue'
  3. import VueFire from 'vuefire'
  4. import './firebase'
  5.  
  6. Vue.config.productionTip = false
  7. Vue.use(VueFire)
  8.  
  9. new Vue({
  10. el: '#app',
  11. render: h => h(App)
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement