Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miragejs/ember-cli-mirage

An Ember Addon to easily add Mirage JS to your Ember app.
https://github.com/miragejs/ember-cli-mirage

ember

Last synced: 25 days ago
JSON representation

An Ember Addon to easily add Mirage JS to your Ember app.

Awesome Lists containing this project

README

        

# Ember CLI Mirage

[![Build Status](https://github.com/miragejs/ember-cli-mirage/actions/workflows/ci.yml/badge.svg)](https://github.com/miragejs/ember-cli-mirage/actions/workflows/ci.yml)
[![npm version](https://badge.fury.io/js/ember-cli-mirage.svg)](http://badge.fury.io/js/ember-cli-mirage)
[![Ember Observer Score](http://emberobserver.com/badges/ember-cli-mirage.svg)](http://emberobserver.com/addons/ember-cli-mirage)

A client-side server to develop, test and prototype your Ember CLI app.

[View the docs here.](https://www.ember-cli-mirage.com/)

----

## Compatibility

* Ember.js v3.28 or above
* Ember CLI v3.28 or above
* Node.js v16 or above

## Installation

```sh
ember install ember-cli-mirage
```

Has a peer dependency on [MirageJS](https://miragejs.com/) which is added to your projects `package.json` during installation.

## Feature requests

Please open an issue and add a :+1: emoji reaction. We will use the number of reactions as votes to indicate community interest, which will in turn help us prioritize feature development.

You can view the most-upvoted feature requests with [this link](https://github.com/miragejs/ember-cli-mirage/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A%22Feature+%2F+Enhancement%22).

## Support

Having trouble?

- **Join #ec-mirage** on the [Ember Community Discord server](https://discord.gg/zT3asNS)
- **Open an issue**, and if possible reproduce it using the [Mirage Boilerplate Twiddle](https://ember-twiddle.com/ec3a4c625c43e7a38f3c6c0c1b8232ec?openFiles=twiddle.json%2C).

## Contributing

Have a look at our [Contributing guidelines](./CONTRIBUTING.md).

## About

This library is developed and maintained by [EmberMap](https://embermap.com/). We have a [Mirage tips and tricks](https://embermap.com/topics/mirage-tips-and-tricks) video series if you're looking to learn how to get the most out of Mirage.

Thanks to all our amazing [contributors](https://github.com/miragejs/ember-cli-mirage/graphs/contributors)!