Skip to content

Instantly share code, notes, and snippets.

@bachhm-dev
Created August 30, 2020 03:19
Show Gist options
  • Save bachhm-dev/024cd76bb4d7f53863d3c3d47bbb8260 to your computer and use it in GitHub Desktop.
Save bachhm-dev/024cd76bb4d7f53863d3c3d47bbb8260 to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import App from './App.vue'
Vue.config.productionTip = false
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