UNPKG

sleek.js

Version:

Sleek.js is an MVC wrapper Framework implemented from Node.JS, built-in with base dependency on handlebars.js, express.js. Sleek.js architecture follows common format of MVC which makes it easy to handle and build better web apps with pluggable modules &

15 lines (11 loc) 163 B
/* * Defines. * Add defines here * * @version 1.0 * @author Robin <robin@cubettech.com> * @Date 23-10-2013 */ global.DEFINES = { HELLO: 'Hello' };