UNPKG

slot-framework

Version:

Closing the gap between server and client side, Slot is a Cross Side Web Framework that let you reuse the same code on client and server side

15 lines (11 loc) 377 B
/** * Created using Slot Framework * {@pc-machine@} on {@date@} * * {@modelFile@}, Auto-Generating pageModel object, it's contains a pragmatically * version of meta-data bound on design stage. This will helps developers to have * the same definitions on development stage. */ var model = require('./{@modelFile@}').model.create(); {@content@} module.exports = model;