Run ember serve (or
ember s) in your project directory
and navigate to the route containing the component you want to export. No staging environment or live URL needed.
If the component depends on Ember Data models, ensure the models are loaded and the app is in the desired state. Use Ember Inspector to verify model attributes and component arguments before capturing.