UNPKG

lark

Version:

A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.

8 lines (7 loc) 209 B
'use strict'; module.exports = function (mvc, lark) { var demo = mvc.pageService.create('demo'); demo.render = function () { return this.dataServices.demo.getData() + '-pageService'; }; };