定制 scandipwa/installer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

scandipwa/installer

最新稳定版本:4.0.1

Composer 安装命令:

composer require scandipwa/installer

包简介

ScandiPWA bootstrap module

README 文档

README

FOSSA Status

Module is a helper to install ScandiPWA Theme.

2.0.0

Finally theme bootstrap does not rely on Magento state and scandipwa:theme:bootstrap does not require additional setup:upgrade or initialized magento to be called.

Now copying queue is defined in Bootstrap.php directly to support non-initialized Magento states and DB-less bootstrap and build.

Usage

  1. composer require scandipwa/installer

  2. php bin/magento scandipwa:theme:bootstrap <Vendor\name>

New theme bootstrap

Command accepts single parameter, which is treated as following format: "Vendor/theme".

Note

You can change Scandiweb/pwa in examples below to anything suitable for you, keeping the same naming structure: Vendor/theme_name

After php bin/magento scandipwa:theme:bootstrap Scandiweb/pwa it will make next effect:

  1. Check for <magento_root>/app/design/frontend/Scandiweb/pwa - bootstrap will quite with error if directory is present to prevent unwanted overrides.
  2. Create <magento_root>/app/design/frontend/Scandiweb/pwa directory
  3. Copy necessary files to the newly created theme root.
  4. Answer y/N (No is default) to a prompt for theme.xml and registration.php generation. You might want to create them manually - feel free to do it!
  5. Run php bin/magento setup:upgrade.
  6. You are bootstraped!

Theme build

The theme must be built after it is bootstrap or after any changes.

  1. Go to app/design/frontend/<vendor/name>
  2. run npm ci
  3. run npm run build

Customization

In order to customize copying task - simply edit di.xml, passing array with paths.

License

FOSSA Status

统计信息

  • 总下载量: 208.81k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 5
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2019-03-12