scandipwa / installer
ScandiPWA bootstrap module
Installs: 191 516
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 9
Type:magento2-theme
Requires
- magento/framework: *
- magento/module-theme: *
README
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
-
composer require scandipwa/installer
-
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:
- Check for
<magento_root>/app/design/frontend/Scandiweb/pwa
- bootstrap will quite with error if directory is present to prevent unwanted overrides. - Create
<magento_root>/app/design/frontend/Scandiweb/pwa
directory - Copy necessary files to the newly created theme root.
- Answer y/N (No is default) to a prompt for
theme.xml
andregistration.php
generation. You might want to create them manually - feel free to do it! - Run
php bin/magento setup:upgrade
. - You are bootstraped!
Theme build
The theme must be built after it is bootstrap or after any changes.
- Go to
app/design/frontend/<vendor/name>
- run
npm ci
- run
npm run build
Customization
In order to customize copying task - simply edit di.xml
, passing array with paths.