@things-factory/ejs-remote
v4.3.544-alpha.0
Published
Things Factory ejs remote library
Downloads
16,672
Maintainers
Keywords
Readme
@things-factory/ejs-remote
This module is based on
koa-ejs-remote
Because of unexpected behavior on windows platform, I tweaked bit of original module.
More information about usage or others at koa-ejs-remote
why ejs-remote ?
In the things-factory framework, each module can have an html template, and the templates of each module are gathered in one folder by webpack at the time of client build. In development mode, it is not possible to do a client build every time, so koa-ejs may not be able to find the html template. Therefore, koa-ejs-remote is inevitably used to use templates merged in koa-webpack memory for development mode support.