UNPKG

lazo-next

Version:

A client-server web framework built on Node.js that allows front-end developers to easily create a 100% SEO compliant, component MVC structured web application with an optimized first page load.

17 lines (11 loc) 302 B
define(['base'], function (Base) { 'use strict'; return Base.extend({ setup: function (hapi, pack, servers, options) { options.success(); }, afterInitialize: function (hapi, pack, servers, options) { options.success(); } }); });