ember-welcome-page
Version:
Welcome page for Ember CLI applications
40 lines (23 loc) • 987 B
Markdown
[](https://github.com/ember-cli/ember-welcome-page/actions?query=workflow%3ACI)
Displays a nice welcome page for newly generated applications with links to resources.
- Ember.js v3.28 or above
- Embroider or ember-auto-import v2
```sh
ember install ember-welcome-page
```
The primary usage of this addon is as a default experience for people when first generating a new Ember application. It is unlikely that you would want to use this component, but if you did here is how you do it:
```gjs
/* app/components/hello-world.gjs */
import { WelcomePage } from 'ember-welcome-page';
<template>
<WelcomePage />
</template>
```
See the [Contributing](CONTRIBUTING.md) guide for details.
This project is licensed under the [MIT License](LICENSE.md).