my-idlers/resources/js/app.js
cp6 b2b6dc36c9 Changes for the move to NPM Webpack asset loading
Changes for the move to Webpack asset loading
Bootstrap light and dark get own CSS files still
2022-11-12 14:04:04 +11:00

8 lines
155 B
JavaScript
Vendored

require('bootstrap')
require('datatables')
window.Vue = require('vue/dist/vue');
require('axios')
import $ from 'jquery';
window.jQuery = $;
window.$ = $;