-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afd7252
commit 5502cea
Showing
1 changed file
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
![Release](https://github.com/stefanpoensgen/SptecLazyload/workflows/Release/badge.svg) | ||
# SptecLazyLoad | ||
|
||
Simple integration of [lazysizes](https://github.com/aFarkas/lazysizes) into Shopware 6. | ||
|
||
## Installation | ||
* Checkout plugin in `/custom/plugins/SptecLazyLoad` | ||
* Install the plugin with the plugin manager | ||
Installation | ||
==== | ||
|
||
## Contributing | ||
### Zip Installation package for the Shopware Plugin Manager | ||
* Download the latest plugin version | ||
* Upload and install plugin using Plugin Manager | ||
|
||
Feel free to fork and send pull requests! | ||
### Install with composer | ||
* Change to your root Installation of shopware | ||
* Run command `composer require sptec/lazyload` and install and active plugin with Plugin Manager | ||
|
||
## Licence | ||
Contributing | ||
----- | ||
Feel free to fork and send [pull requests](https://github.com/stefanpoensgen/SptecOrderComments)! | ||
|
||
This project uses the [MIT License](LICENCE.md). | ||
Licence | ||
----- | ||
This project uses the [MIT License](LICENSE.md). |