Podstawowy skrypt instalacyjny Vue JS dla aplikacji Laravel
import Vue from 'vue';
require('./bootstrap');
const app = new Vue({
el: '#app'
});
Akash
import Vue from 'vue';
require('./bootstrap');
const app = new Vue({
el: '#app'
});