mygento/module-js-bundler
Composer 安装命令:
composer require mygento/module-js-bundler
包简介
Magento 2 Advanced JS Bundler
README 文档
README
Installation with composer
- Include the repository:
composer require mygento/module-js-bundler
Usage
Place a file js_bundler.xml in theme's etc folder
<?xml version="1.0" encoding="utf-8"?>
<bundles>
<bundle name="catalog">
<item>Magento_Catalog/js/product/list/toolbar</item>
<item>Magento_Catalog/js/price-box</item>
<item>Magento_Catalog/js/catalog-add-to-cart</item>
</bundle>
....
<bundle name="checkout">
<item>....</item>
<item>....</item>
<item>....</item>
</bundle>
</bundles>
Compability
The module is tested on magento version 2.3.x
统计信息
- 总下载量: 6.5k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-05-07