Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/miragejs/ember-cli-mirage
- Owner: miragejs
- License: mit
- Created: 2015-01-28T22:08:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T20:49:58.000Z (9 months ago)
- Last Synced: 2024-04-14T18:07:15.006Z (7 months ago)
- Topics: ember
- Language: JavaScript
- Homepage: http://ember-cli-mirage.com
- Size: 50.1 MB
- Stars: 864
- Watchers: 36
- Forks: 446
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-faker - ember-cli-mirage - An Ember Addon to easily add Mirage JS to your Ember app. (Projects using `@faker-js/faker`)
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)!