文件名称:posthtml-fragment
文件大小:99KB
文件格式:ZIP
更新时间:2024-04-24 02:19:26
HTML
包括插件 安装 npm install posthtml-fragment --save-dev 用法 const { readFileSync } = require ( 'fs' ) const posthtml = require ( 'posthtml' ) const fragment = require ( 'posthtml-fragment' ) const html = readFileSync ( 'index.html' ) posthtml ( [ fragment ( { encoding : 'utf8' } ) ] ) . process ( html ) . then ( ( result ) => console . log ( result . html ) ) 选项 root :片段的根文件夹路径。 默认./ 编码:默认utf-8
【文件预览】:
posthtml-fragment-master
----.gitignore(40B)
----package.json(819B)
----.nycrc(34B)
----package-lock.json(279KB)
----LICENSE(1KB)
----.github()
--------workflows()
--------funding.yml(639B)
----README.md(4KB)
----lib()
--------index.js(2KB)
----xo.config.js(277B)
----test()
--------test.js(2KB)
--------expected()
--------fixtures()
----.editorconfig(171B)