Created
June 7, 2019 03:13
-
-
Save Jarmahent/bf497057042d05c369881e3e6695b2b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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