Use Components in Standalone Aura Apps

You can use custom Lightning web components in a standalone Aura app. Standalone apps are also called Lightning apps in the Developer Console.

The naming convention to reference a Lightning web component is <namespace:camelCaseComponentName>, which is the same as the naming convention for usage of a Lightning web component in an Aura component.

This standalone Aura app uses the myComponent Lightning web component in the default c namespace.

See Also