-
Gulp插件gulp-react-templates,其功能是用于编译React模板文件
资源介绍
吞咽React模板
插件
用法
首先,安装gulp-react-templates作为开发依赖:
npm install --save-dev gulp-react-templates
然后,将它添加到你的gulpfile.js :
var react - templates = require ( "gulp-react-templates" ) ;
gulp . src ( "./src/*.rt" )
. pipe ( react - templates ( {
modules : 'amd'
} ) )
. pipe ( gulp . dest ( "./dist" ) ) ;
应用程序接口
React模板(选项)
gulp-react-templates可以获得的选项与react-templates的选项相同。 只需在 shell 中键入rt --help即