UNPKG

page-app

Version:

Builder for rich single-page js apps (frontend)

14 lines (13 loc) 275 B
/* global app */ (function (window, $, app) { app.set({ animation: 400 }); app.start('index', { links: [ {"title":"First","url":"/index/index"}, {"title":"Second","url":"/index/second"} ] }, '#layout'); }(window, jQuery, app)); /* global -app */