Mirage Models
Here, you’ll learn how to create and use mirage models in an Ember.js application.
Creating mirage models
Mirage needs to know what types of mock data we want, so we have to tell it by creating mirage models. Unsurprisingly, there’s a blueprint for that:
ember g mirage-model band
When we look at the generated file, we see a strange syntax to define ...
Access this course and 1400+ top-rated courses and projects.