UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

15 lines (14 loc) 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("./modules/jquery"); require("./modules/components"); require("./modules/bootstrap"); require("./modules/common"); require("./modules/application"); const _pages_1 = require("./pages/_pages"); const BootstrapDashlyServiceProvider_1 = require("./providers/BootstrapDashlyServiceProvider"); window.App.registerProvider(new BootstrapDashlyServiceProvider_1.default()); const dashly = window.App.make('d'); dashly.enableSidebarBehaviourChanger(); dashly.enableThemeSwitcher(); window.App.make('p').registerPageList(_pages_1.PageList);