Skip to content

Instantly share code, notes, and snippets.

@ajtruex
Last active June 6, 2017 00:25
Show Gist options
  • Save ajtruex/8aff1f524949dd0e791aaf7cb433191c to your computer and use it in GitHub Desktop.
Save ajtruex/8aff1f524949dd0e791aaf7cb433191c to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import App from './App.vue'
Vue.use(VueResource);
new Vue({
el: '#app',
render: h => h(App)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment