Created
January 22, 2017 13:23
-
-
Save ChadTaljaardt/ce06f346780b93ebe884ff88b95f143f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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