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.
Views
Replies
Total Likes
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.
@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"
Views
Likes
Replies
Views
Likes
Replies