ember-cli-mirage

v3.0.4
A client-side server to help you build, test and demo your Ember app
ember-addon pretender prototype server testing

build

ember build --environment=production

lint

concurrently "npm:lint:*(!fix)" --names "lint:"

lint:css

stylelint "**/*.css"

lint:css:fix

concurrently "npm:lint:css -- --fix"

lint:fix

concurrently "npm:lint:*:fix" --names "fix:"

lint:hbs

ember-template-lint .

lint:hbs:fix

ember-template-lint . --fix

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

start

ember serve

test

concurrently "npm:lint" "npm:test:*" --names "lint,test:"

test:ember

ember test

test:ember-compatibility

ember try:each

test:types

tsc --project types-tests
npm i ember-cli-mirage

Metadata

  • MIT
  • 16.* || >= 18
  • Sam Selikoff
  • released 9/4/2024

Downloads