Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@movable/ember-cli-mirage

Package Overview
Dependencies
Maintainers
12
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@movable/ember-cli-mirage

A client-side HTTP server to develop, test and demo your Ember app

latest
Source
npmnpm
Version
0.2.9-custom.6
Version published
Weekly downloads
0
-100%
Maintainers
12
Weekly downloads
 
Created
Source

What is this thing??

We are currently stuck on @movable/ember-cli-mirage@0.2.9. This is a custom fork of it, modified to fit better into a modern Ember build process.

Build Status npm version

Ember CLI Mirage

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

http://www.@movable/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 @movable/ember-cli-mirage  # install:addon for Ember CLI < 0.2.3

Updating

This project is new and the API is subject to change. 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.

Keywords

ember-addon

FAQs

Package last updated on 23 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts