UNPKG

web-portals

Version:

web-portals

20 lines (17 loc) 410 B
import { application } from '../src/index' import frameworksConfig from './frameworks/minify' import homeConfig from './home/minify' import testConfig from './test/minify' // test const app = application app.setting({ modules: { // 'frameworks': 'demo/frameworks/minify', frameworks: frameworksConfig, home: homeConfig, test: testConfig } }) app.start() window.app = app console.log(app)