Skip to content

Instantly share code, notes, and snippets.

@fjugaldev
Created April 14, 2020 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fjugaldev/e47920bd71a4ea524c1728f2eaf64627 to your computer and use it in GitHub Desktop.
Save fjugaldev/e47920bd71a4ea524c1728f2eaf64627 to your computer and use it in GitHub Desktop.
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
components: { App },
template: '<App/>'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment