@near-solution/ejs-remote
v1.0.1
Published
Near Solution ejs remote library
Downloads
1
Readme
@near-solution/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 near-solution 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.