indexhtml:生成自定义的 index.html 文件

时间:2021-06-04 23:47:47
【文件属性】:
文件名称:indexhtml:生成自定义的 index.html 文件
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-04 23:47:47
JavaScript 索引html 生成自定义的 index.html 文件 安装 $ npm install indexhtml 用法 var indexhtml = require ( 'indexhtml' ) indexhtml ( { title : 'hello world' , js : 'bundle.js' , // or [..] is ok css : [ 'default.css' , 'pretty.css' ] , // or 'single.css' is ok meta : [ { name : 'viewport' , content : 'width=device-width, initial-scale=1' } ] , content : '

yo

' } ) 将输出: <!DOCTYPE html > < html
【文件预览】:
indexhtml-master
----index.js(1KB)
----package.json(464B)
----test()
--------index.js(615B)
--------expected.html(419B)
----template.html(274B)
----.npmignore(30B)
----.gitignore(27B)
----README.md(857B)

网友评论