Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gdonega/47ac93058cd64606c7f6b276d80374f6 to your computer and use it in GitHub Desktop.
Save gdonega/47ac93058cd64606c7f6b276d80374f6 to your computer and use it in GitHub Desktop.
vue.main.js versão #1
import Vue from 'vue'
import App from './VueApp.vue'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
render: h => h(App)
}).$mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment