minimit / xtend-magento
Xtend theme for magento2
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-theme
- dev-master
- v0.5.5
- v0.5.4
- v0.5.2
- v0.4.34
- v0.4.31
- v0.4.27
- v0.4.26
- v0.4.24
- v0.4.22
- v0.4.19
- v0.4.18
- v0.4.15
- v0.4.13
- v0.4.11
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.1
- v0.4.0
- v0.3.14
- v0.3.13
- v0.3.11
- v0.3.8
- v0.3.6
- v0.3.4
- v0.2.0
- v0.1.7
- v0.1.6
- v0.1.5
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-release-0.4
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 build
ornpm run watch
Copyright
Licensed under MIT license.