ember-cli-fastboot

v4.1.5
Server-side rendering for Ember.js apps
ember-addon

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:mocha

mocha

test:ember

ember test

test:ember-compatibility

ember try:each
npm i ember-cli-fastboot

Metadata

  • MIT
  • 14.* || 16.* || >= 18
  • Tom Dale & Yehuda Katz
  • released 5/21/2024

Downloads