-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SITES-7941: add a decoupled frontend project #1002
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should also provide (minimal) some instructions on how to setup the decoupled SPA project, the referenced docs don't cover this at the moment.
...ype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/xfpage/customheaderlibs.html
Show resolved
Hide resolved
There are some instructions in aem-react-spa. I linked them in the Features section. |
Description
With this change it is possible to create an AEM SPA project that leverages the Frontend Pipeline to serve all the frontend files instead of clientlibs.
To do this a
decoupled
frontend module option got introduced which:This may be used in combination with https://github.com/adobe/aem-react-spa as a starting point for a react project that is
Related Issue
SITES-7941
adobe/aem-react-spa#1
adobe/aem-spa-project-core#60
Motivation and Context
Further drive adaption of the Frontend Pipeline, in particular for SPA project.
How Has This Been Tested?
Locally
Screenshots (if appropriate):
Types of changes
Checklist: