ironman-dev/module-baler
Composer 安装命令:
composer require ironman-dev/module-baler
包简介
Module that preloads theme JS bundles configurations generated by Baler.
README 文档
README
It's non-official module yet. Just for alpha testing!
Magento_Baler module introduces functionality to preload theme JS bundles configuration (core-bundle.js & requirejs-bundle-config.js) generated by Baler - tool for static analysis of Javascript dependencies.
This functionality is disabled by default and it can be enabled on the configuration page (Stores -> Configuration -> Advanced -> Developer -> Javascript Settings).
Developer settings is not displayed in production mode. To enable this feature in production mode, the CLI command bin/magento config:set dev/js/enable_baler_js_bundling 1 can be used.
What is not implemented in this module yet:
- The following features should be disabled when Magento_Baler is enabled:
- JS Bundling
- JS Minification
How to install module
Using Git
mkdir app/code/Magento git clone https://github.com/magento/m2-baler.git app/code/Magento/Baler bin/magento setup:upgrade
Using Composer
Open you composer.json and change "minimum-stability": "stable" to "minimum-stability": "dev" and add "prefer-stable": true.
This means that composer will always use stable package unless there is one. If there is no stable package it will use dev version, then run:
composer config repositories.magento-baler vcs git@github.com:magento/m2-baler.git
composer require magento/module-baler:dev-master
bin/magento module:enable Magento_Baler
bin/magento setup:upgrade
Using Composer package at repo.magento.com
This module is available as alpha composer package on repo.magento.com. This package works both with 2.3.x and 2.4.x Magento releases.
Steps to install it:
- Add
"magento/module-baler": "1.0.0-alpha"torequiresection ofcomposer.json
So,requiresection looks like:"require": { "magento/product-community-edition": "2.3.4", "magento/module-baler": "1.0.0-alpha" }, - Run
composer updatecommand. bin/magento module:enable Magento_Balerbin/magento setup:upgrade
How to start with Baler
Getting started with the alpha
If you found a bug in this module, please open a new issue or refer to Code Of Conduct.
ironman-dev/module-baler 适用场景与选型建议
ironman-dev/module-baler 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4.31k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2020 年 11 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 ironman-dev/module-baler 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ironman-dev/module-baler 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 4.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 16
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2020-11-11