Since there is little information about Aurelia objects, I am stuck on these two issues.
- Is it possible to create multiple Aurelia applications on one page and
How can this be achieved? - Alternatively, is there a way to call individual application templates in two different places outside the main application container?
- For example, I want to use Aurelia SPA in a CMS system and call it in different elements, such as the header, the main container, and the container aside.
source share