minimit / xtend-magento
This package is abandoned and no longer maintained.
No replacement package was suggested.
Xtend theme for magento2
Package info
github.com/minimit/xtend-magento
Language:JavaScript
Type:magento2-theme
pkg:composer/minimit/xtend-magento
v0.5.5
2018-10-10 08:19 UTC
This package is not auto-updated.
Last update: 2021-01-09 09:50:28 UTC
README
Installation
You can install with one of the following:
- download: latest release
- clone:
git clone https://github.com/minimit/xtend-magento.git
Asset files and .phtml are inherited from Base and Luma magento2 themes.
For styling this theme is a standalone fork. It doesn't support magento2 theme inheritance for .less files.
- Put the files inside
app/design/frontend/<vendor>/<theme>/. - Install required npm packages with
npm install
Theming
You need to copy xtend-library /dist to customize the files.
mkdir -p web/xtend-library/
cp -r node_modules/xtend-library/ web/xtend-library/
After in theme.less put xtend-library dist path.
Compilation
We use gulp to compile and watch files.
- Install required npm packages with
npm install - Use
npm run buildornpm run watch
Copyright
Licensed under MIT license.