AEM Core component for SPA | Community
Skip to main content
Level 6
September 20, 2022

AEM Core component for SPA

  • September 20, 2022
  • 1 reply
  • 812 views

Hi,

Is any core component created on the spa available? If yes, please can you guide me in adding those spa-based core components into an AEM project.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
Community Advisor
September 20, 2022

Hi,

Please check at https://github.com/adobe/aem-react-core-wcm-components

If you generate a project with latest archtype for SPA, you will have these react component included in it.

Arun Patidar
Ronnie09Author
Level 6
September 20, 2022

@arunpatidar 
I have created a project with this command with the latest archetype still these are not visible in my project

Even core components those are available are having sightly code

 

mvn -B archetype:generate
-D archetypeGroupId=com.adobe.aem
-D archetypeArtifactId=aem-project-archetype
-D archetypeVersion=37
-D appTitle="Sample SPA React"
-D appId="sample-spa-react"
-D artifactId="sample-spa.react"
-D groupId="com.adobe.samplespa.react"
-D includeDispatcherConfig="n"
-D frontendModule="react"
-D includeExamples="y"
-D aemVersion="6.5"

arunpatidar
Community Advisor
Community Advisor
September 20, 2022

HI @ronnie09 

You can't see core component or use it when you install this in AEM?

Arun Patidar