Skip to content

SparshithNR/ember-cli-default-error-page

Repository files navigation

ember-cli-default-error-page

Handle the unhandled route requests using wildcard route path.

Installation

ember install ember-cli-default-error-page

How it works

This addon automatically inserts the default wildcard route into router.js file of the ember app. Add-on comes with default error template not-found.hbs, if developer wants to add a customized page to the app, add not-found.hbs into ember project or change the route file to access the error template.

Contributing

Installation

  • git clone <repository-url>
  • cd ember-cli-default-error-page
  • npm install

Running tests

  • yarn test – Runs the test suite using yarn
  • npm test – Runs the test suite using npm

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

License

This project is licensed under the MIT License.

About

Provides default wildcard route handler in route.js to handle the unhandled routes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •