This is a simple example NodeJS project using aem-packager and aem-clientlib-generator to build deployable content packages that can be installed into Adobe Experience Manager via the AEM Package Manager.
If you don't already have Maven installed on your system, you will need to get it.
git clone https://github.com/amclin/aem-packager-example
npm install
npm run build
- Navigate to your AEM Package Manager (Local dev instances usually run at http://localhost:4502/crx/packmgr/index.jsp)
- Choose
Upload Package
and browse for the .zip file created in thetarget
folder - After uploading, review your package and click the
Install
button
For more details on how to setup a NodeJS project so it can be compiled and installed into AEM, see aem-packager