Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 892 Bytes

spa-clientlib.md

File metadata and controls

16 lines (13 loc) · 892 Bytes

SPA ClientLib

The SPA is made available using an AEM ClientLib. When executing npm run build, the app is built and the aem-clientlib-generator package takes the resulting build directory and transforms it into such a ClientLib.

The ClientLib will consist of the following files and directories:

  • css/
    • CSS files which need to be requested in the HTML
  • js/
    • JavaScript files which need to be requested in the HTML
  • resources/
    • Source maps
    • Non-entrypoint code chunks (see Code Splitting)
    • Static assets (e.g. icons)
  • css.txt (tells AEM the order and names of files in css/ so they can be merged)
  • js.txt (tells AEM the order and names of files in js/ so they can be merged)