文件名称:meteorkitchen-template-plugins:流星厨房模板插件
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-05 06:54:45
JavaScript
meteorkitchen-template-plugins ===插件,用于通过使用模板引擎生成自定义组件 插件帮助生成组件的自定义代码,而无需为新类型的组件创建新插件。此外,我们可以创建ui库并重用它。 ##安装: cd $HOME /.meteor-kitchen/plugins git clone https://github.com/baysao/meteorkitchen-template-plugins.git template cd template npm install ##用法: ###定义组件:类型组件为“模板”。有2个主要属性: 类型:“模板 template_data:组件的json数据结构 在template_data JSON中,您可以描述模板名称(模板名称将在模板目录中搜索)和适用于模板上下文的json数据。 除此之外,您可以使用属性组件将组件分
【文件预览】:
meteorkitchen-template-plugins-master
----package.json(804B)
----plugin.json(53B)
----ui()
--------simple.js(653B)
--------autoform.html(451B)
--------autoform.js(626B)
--------tabs.html(1KB)
--------tabular_command.js(281B)
--------tabular_command.html(217B)
--------simple.html(61B)
--------tabs.js(222B)
--------tabular.js(421B)
--------collection_helpers.js(221B)
----.gitignore(18B)
----plugin.js(7KB)
----README.md(2KB)