Skip to content

Instantly share code, notes, and snippets.

@KReden

KReden/main.js Secret

Last active October 8, 2017 15:20
Show Gist options
  • Save KReden/7b11661f87449fa500716c2fd065ce00 to your computer and use it in GitHub Desktop.
Save KReden/7b11661f87449fa500716c2fd065ce00 to your computer and use it in GitHub Desktop.
import Vue from 'vue/dist/vue.esm'
import App from '../src/components/app.vue'
document.addEventListener('DOMContentLoaded', () => {
app.vm = new Vue({
store: app.store,
router: app.router,
data: {},
mounted: function() {
}
}).$mount(".siteWrapper__page")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment