aem-project-archetype icon indicating copy to clipboard operation
aem-project-archetype copied to clipboard

Maven template to create best-practice websites on AEM.

Results 154 aem-project-archetype issues
Sort by recently updated
recently updated
newest added

Enhancement: Add a note about the Archetype version used for a project built, would help dev teams as dependencies are updated on the pom's while the project progresses. ### Expected...

### Issue The installation of node / npm fails, which then fails the build when a new project is generated using Archetype25 ### Versions Maven 3.6.3 Archetype 25 ### Additional...

to clarify

**Real time updates on author instance** Currently to speed up styling a separate dev server is used (styling is done on static html file that is downloaded from AEM). This...

## Description Adds the content that is in the normal archetype (3 teasers, title) + a navigation to show a working nav in the spa. ## Related Issue https://github.com/adobe/aem-project-archetype/issues/560 ##...

### Expected Behaviour Sequential deployment of packages "ui.config", "ui.apps", "ui.content" installs "core" bundle. Recovering behavior that was available in Archetype 24. The problematic change found: https://github.com/adobe/aem-project-archetype/pull/476/files#diff-25625d5eb7f3c9dc5d84ccc50050962e50bdee02a9645e98d51751dd11c7b2abL69 So that I am...

enhancement

When creating a site with the option `singleCountry=y` it is expected that the `country` option is ignored and that the content structure doesn't contain the country level. * `/content/__appId__/us/en` should...

bug

Currently the FE development flow looks like this: 1. Author page you want to use for styling 3. Open that page in view as publish mode 4. Save page html...

## Description Webpack dev server should proxy content pages from AEM and inject it's in-memory assets in the page. This way the dev server will create the bundles in memory....

I have noticed that a lot of projects that are built upon this archetype do not switch the npm install -> npm ci. In all cases I have seen, the...

### Expected Behaviour CDN or proxy is caching resources with high cache hit ratio. ### Actual Behaviour This is not the case as AEM per default adds the user agent...