UNPKG

nokit-app

Version:

this is an example app

14 lines (13 loc) 240 B
/** * 定义 HomeController **/ var HomeController = module.exports = function () { }; /** * indexAction **/ HomeController.prototype.index = function () { var self = this; self.render("home", { "name": "MVC" }); };