Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created April 20, 2020 23:23
Show Gist options
  • Save blogcacanid/b3404b5a0b393e572f9620ec80e8e46c to your computer and use it in GitHub Desktop.
Save blogcacanid/b3404b5a0b393e572f9620ec80e8e46c to your computer and use it in GitHub Desktop.
app.js new fresh Integrasi Laravel 7 Dan Vue.js
import './bootstrap'
import Vue from 'vue'
import App from './components/ExampleComponent.vue'
const vm = 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