Skip to content

Instantly share code, notes, and snippets.

@xanf

xanf/App.js Secret

Created January 6, 2017 22:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save xanf/aed2acd4cd8aa3073ee0acda14b8f170 to your computer and use it in GitHub Desktop.
/* @flow */
import 'bootstrap';
import 'jquery-slimscroll';
import 'jquery.nicescroll';
import 'jquery.scrollto';
import 'block-ui';
import '!!expose?fastClick!fastclick';
import 'notifyjs-browser';
// theme JS plugins which are not on npm :(
import 'assets/theme/js/detect';
// waves is weird :/
import 'assets/theme/js/waves';
// wow is too fresh in NPM
import '!!imports?this=>window!assets/theme/js/wow.min';
import 'assets/theme/plugins/notifications/notify-metro';
import 'assets/theme/plugins/notifications/notifications';
export default {
name: 'app',
template: '<router-view></router-view>',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment