app.js app.js require('./bootstrap'); window.Vue = require('vue'); import Vuex from 'vuex' Vue.use(Vuex) import store from './store/vuex' import VxProductList from './components/VxProductList.vue' import VxCartLabel from './components/VxCartLabel.vue' const vxApp = new Vue({ el: '#app', store