compile-ejs-loader:webpack加载器用于编译ejs模板(无前端依赖项)

时间:2024-05-29 11:26:53
【文件属性】:

文件名称:compile-ejs-loader:webpack加载器用于编译ejs模板(无前端依赖项)

文件大小:72KB

文件格式:ZIP

更新时间:2024-05-29 11:26:53

JavaScript

用于webpack的compile-ejs-loader loader用于编译模板。 安装 npm install compile-ejs-loader 用法 var template = require ( "compile-ejs-loader!./file.ejs" ) ; // => returns the template function compiled with ejs templating engine. // And then use it somewhere in your code template ( data ) // Pass object with data // Child Templates // path is relative to where webpack is being run < % - include templates / chi


【文件预览】:
compile-ejs-loader-master
----.github()
--------workflows()
----babel.config.js(153B)
----LICENSE(1KB)
----__tests__()
--------loader.test.js(356B)
--------test-data()
--------lib()
----README.md(1KB)
----.gitignore(23B)
----index.js(1KB)
----package-lock.json(255KB)
----package.json(1007B)

网友评论