1.2.0 • Published 6 years ago

ember-frost-page-title v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

ember-frost-page-title

This addon provides automatic page title generation, as well as a Mixin for extending/overriding its behavior. For more information see docs/frost-page-title.md.

Installation

  • git clone <repository-url> this repository
  • cd ember-frost-page-title
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs linters and tests)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.