Skip to content

adamjmcgrath/ember-cli-mirage

 
 

Repository files navigation

Build Status npm version Ember Observer Score

Ember CLI Mirage

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

http://www.ember-cli-mirage.com/


Are you tired of

  • Writing one set of fixtures for your tests, and another for development?
  • Wiring up tests for each of your apps manually, from scratch?
  • Changing lots of files/tests when your API changes?

Ember CLI Mirage may be for you! It lets you create a client-side server using Pretender to help you develop and test your app. By default, it only runs if you're not in production and if you're not proxying to an explicit API server via ember serve --proxy.

Installation

ember install ember-cli-mirage  # install:addon for Ember CLI < 0.2.3

Updating

When updating your project to a newer version of Ember CLI Mirage, please consult the changelog for any update notes.

Getting started

Check out the Docs!

Support

Having trouble? Open an issue!

You can use the Mirage Boilerplate Twiddle to reproduce your issue.

Contributing

Have a look at our Contributing guidelines.

About

A client-side mock server to develop, test and prototype your app

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%