minimit/xtend-magento v0.0.4

Xtend theme for magento2

Type

magento2-theme

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Under development

Installation

You can install with one of the following: * download: latest release. * git: git clone https://github.com/minimit/xtend-magento.git. * composer: composer require minimit/xtend-magento.

If you don't use composer, you need to install also Xtend library.

Theming

You need to copy xtend-magento /web to customize the files.

If you install with composer:

mkdir -p app/design/frontend/<vendor>/<theme>/web/
cp -r vendor/minimit/xtend-magento/web/ app/design/frontend/<vendor>/<theme>/web/

You need to copy xtend-library /dist to customize the files.

If you install with composer:

mkdir -p app/design/frontend/<vendor>/<theme>/web/xtend-library/
cp -r vendor/minimit/xtend-library/dist/ app/design/frontend/<vendor>/<theme>/web/xtend-library/

Copyright

Copyright © 2017-2018 Riccardo Caroli. Licensed under MIT license.