Skip to content

Instantly share code, notes, and snippets.

@ChadTaljaardt
Created January 22, 2017 13:23
Show Gist options
  • Save ChadTaljaardt/ce06f346780b93ebe884ff88b95f143f to your computer and use it in GitHub Desktop.
Save ChadTaljaardt/ce06f346780b93ebe884ff88b95f143f to your computer and use it in GitHub Desktop.
/**
* First we will load all of this project's JavaScript dependencies which
* include Vue and Vue Resource. This gives a great starting point for
* building robust, powerful web applications using Vue and Laravel.
*/
require('./bootstrap');
/**
* Next, we will create a fresh Vue application instance and attach it to
* the page. Then, you may begin adding components to this application
* or customize the JavaScript scaffolding to fit your unique needs.
*/
Vue.component('checkout-form', require('./components/CheckoutForm.vue'));
const app = new Vue({
el: '#app'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment