import Vue from 'vue'; if (process.client) { const jQuery = require('jquery'); global.$ = jQuery; global.jQuery = jQuery; Vue.prototype.$ = jQuery; }