在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ijse/gulp-freemarker开源软件地址(OpenSource Url):https://github.com/ijse/gulp-freemarker开源编程语言(OpenSource Language):JavaScript 100.0%开源软件介绍(OpenSource Introduction):gulp-freemarker
UsageFirst, install npm install --save-dev gulp-freemarker Then, add it to your var freemarker = require("gulp-freemarker");
gulp.src("./mock/*.json")
.pipe(freemarker({
viewRoot: "WEB-INF/views/",
options: {}
}))
.pipe(gulp.dest("./www")); You should provide mock files, which type is json: {
"file": "hello.ftl",
"data": {
"name": "World"
}
}
APIfreemarker(options)options.viewRootType: The directory where all templates files in. options.optionsType: Options for Freemarker.js. see also https://github.com/ijse/freemarker.js#configurations. License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论