文件名称:egg-spark:eggjs的流式渲染插件
文件大小:129KB
文件格式:ZIP
更新时间:2024-05-28 09:56:28
JavaScript
蛋火花 eggjs的流式渲染插件。 安装 $ npm i egg-spark --save 用法 // {app_root}/config/plugin.js exports . spark = { enable : true , package : 'egg-spark' , } ; 例子 // {app_root}/controller/admin.js module . exports = app => class AdminController extends app . Controller { async index ( ) { // Call the spark.render method and pass in the path of the template to be rendered this .
【文件预览】:
egg-spark-master
----history.md(0B)
----.eslintrc(98B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(877B)
--------workflows()
----lib()
--------parse-tpl.js(916B)
--------spark.js(3KB)
----.travis.yml(181B)
----config()
--------config.default.js(147B)
----LICENSE(1KB)
----README.zh_CN.md(3KB)
----test()
--------fixtures()
--------spark.test.js(3KB)
----README.md(3KB)
----appveyor.yml(268B)
----.gitignore(73B)
----app()
--------extend()
----CHANGELOG.md(274B)
----.eslintignore(9B)
----package-lock.json(450KB)
----package.json(1KB)
----.autod.conf.js(333B)