Creating your first extension for Alfresco Content App (ACA)

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating your first extension for Alfresco Content App (ACA)

angelborroy
Alfresco Employee
3 3 4,340

Creating a new ACA extension tutorial has been updated to cover latest versions (ACA 2.8.0 / ACS 7.1.1).

Detailed instructions are available in

https://github.com/aborroy/alfresco-content-app/blob/docs/update_first_extension_tutorial/docs/tutor...

Additionally, following step by step recording can help to understand this process:

3 Comments
Wolfg
Active Member

It should be noted that npm install my-extension will not create a build of the extension but download and install the package from npm. Also, this command will fail if the extension has a different name than my-extension unless the new extension has been already published on npm. This might be obvious to experienced developers but is misleading for newcomers.

pms
Member II

Gracias don Angel por el video. Estaba realizando el tutorial pero con el nombre de mi extensión (contactos) y la verdad, como dice el comentario arriba, "este comando fallará si la extensión tiene un nombre diferente a my-extension a menos que la nueva extensión ya se haya publicado en npm."

Al parecer, mi implementación faya en el archivo contactos.json

Upladder
Active Member II

@WolfgWhat am I supposed to do if I didn't publish the extension on NPM but I need to run the application with my extension included? Thanks.