文件名称:grunt-templator:制作网页组件模板
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-07 12:14:34
JavaScript
咕噜声模板 grunt-webcomponent-master 入门 这个插件需要 Grunt。 如果您以前没有使用过 ,请务必查看指南,因为它解释了如何创建以及安装和使用 Grunt 插件。 熟悉该过程后,您可以使用以下命令安装此插件: npm install grunt-templator --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-templator' ) ; “模板”任务 概述 在项目的 Gruntfile 中,将名为templator的部分添加到传递给grunt.initConfig()的数据对象中。 grunt . initConfig ( { templator : { options : {
【文件预览】:
grunt-templator-master
----package.json(746B)
----tasks()
--------templator.js(816B)
----test()
--------template_components()
--------templator_test.js(977B)
----Gruntfile.js(1KB)
----.idea()
--------scopes()
--------misc.xml(125B)
--------vcs.xml(180B)
--------.name(15B)
--------modules.xml(282B)
--------jsLibraryMappings.xml(216B)
--------encodings.xml(164B)
--------workspace.xml(32KB)
--------libraries()
--------inspectionProfiles()
--------grunt-templator.iml(367B)
----.gitignore(31B)
----README.md(2KB)
----.jshintrc(191B)
----.editorconfig(214B)