Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

AEM Core component for SPA

Avatar

Level 7

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.

3 Replies

Avatar

Community Advisor

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

Avatar

Level 7

@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"

Avatar

Community Advisor

HI @Ronnie09 

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



Arun Patidar