Skip to content

Instantly share code, notes, and snippets.

@ramsaylanier
Created November 21, 2017 04:20
Show Gist options
  • Select an option

  • Save ramsaylanier/2e6f01980f2cb0a67df900ee9f6daf3a to your computer and use it in GitHub Desktop.

Select an option

Save ramsaylanier/2e6f01980f2cb0a67df900ee9f6daf3a to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import App from './App'
import store from './store/index.js'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
store,
template: '<App/>',
components: { App }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment