gulp-bemhtml:Bemhtml 模板编译器

时间:2024-07-14 10:10:52
【文件属性】:

文件名称:gulp-bemhtml:Bemhtml 模板编译器

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-14 10:10:52

JavaScript

gulp-bemhtml 将模板编译为 JavaScript 安装 $ npm install gulp-bemhtml 用法 var gulp = require ( 'gulp' ) ; var bemhtml = require ( 'gulp-bemhtml' ) ; gulp . task ( 'default' , function ( ) { return gulp . src ( 'page.bemhtml' ) . pipe ( bemhtml ( { cache : true , devMode : false } ) ) . pipe ( gulp . dest ( 'dist' ) ) ; } ) ; $ node -p " require('./dist/page.bemhtml.js').BEMHTML.apply({block: 'p


【文件预览】:
gulp-bemhtml-master
----.gitignore(587B)
----package.json(1012B)
----error.js(1KB)
----LICENSE(1KB)
----index.js(2KB)
----README.md(792B)
----syntax()
--------i-bem.bemhtml(15KB)
----test()
--------initial.js(187B)
--------index.js(954B)

网友评论