Skip to content

Instantly share code, notes, and snippets.

@CryDeTaan
Last active October 7, 2019 04:21
Show Gist options
  • Save CryDeTaan/22ca46fe74efa4db7004edd5f4d0ffc2 to your computer and use it in GitHub Desktop.
Save CryDeTaan/22ca46fe74efa4db7004edd5f4d0ffc2 to your computer and use it in GitHub Desktop.
Gist for medium post
/* ... SNIP ... */
try {
window.Popper = require('popper.js').default;
window.$ = window.jQuery = require('jquery');
require('bootstrap');
require('admin-lte'); // Include AdminLTE
} catch (e) {}
/* ... SNIP ... */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment