Skip to content

Instantly share code, notes, and snippets.

View theharshin's full-sized avatar
🔺
Vue.js • Nuxt • Tailwind CSS • GraphQL

Harsh Kansagara theharshin

🔺
Vue.js • Nuxt • Tailwind CSS • GraphQL
View GitHub Profile
@reinink
reinink / app.js
Created November 2, 2018 12:56
Auto register Vue components
/**
* First we will load all of this project's JavaScript dependencies which
* includes Vue and other libraries. It is a great starting point when
* building robust, powerful web applications using Vue and Laravel.
*/
require('./bootstrap');
window.Vue = require('vue');