README
AEM Patterns Library
This pod provides aem-sites with pattern library components. Since AEM is loaded on all webpages on https://axa.ch, this pod is also loaded everywhere.
add a new component to AEM
- checkout this repo
- install all depdencies:
npm i - run
npm i --save-exact @axa-ch/YOUR_COMPONENTwhere "YOUR_COMPONENT" is the component that you want to add - add the new component here (copy paste last row and add YOUR_COMPONENT)
- run the release as described below
how to release
- update package.json in the
"version": "1.0.0"field. Please follow semver best practices - run
npm run release - commit to develop, add git tag containg the same version as in step 1 and push
- Execute jenkins job promote with the version added in point 1