Skip to content

Instantly share code, notes, and snippets.

@Livin21
Created September 10, 2017 21:21
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 Livin21/b3545649d05cc4d557e54e9e9a3d90ed to your computer and use it in GitHub Desktop.
Save Livin21/b3545649d05cc4d557e54e9e9a3d90ed 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',
template: '<App/>',
components: { App }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment