Displays a nice welcome page for newly generated applications with links to resources.
ember install ember-welcome-page
Use Glint or <template>
tag? ✨
-
Update your template registry to extend this addon's. Check the Glint documentation for more information.
/* types/index.d.ts */ import '@glint/environment-ember-loose'; import type EmberWelcomePageRegistry from 'ember-welcome-page/template-registry'; declare module '@glint/environment-ember-loose/registry' { export default interface Registry extends EmberWelcomePageRegistry, /* other addon registries */ { // local entries } }
-
If you are using
<template>
tag, you are good to go! Use the named import to consume things./* app/components/hello-world.{gjs,gts} */ import { WelcomePage } from 'ember-welcome-page'; <template> <WelcomePage /> </template>
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v14 or above
See the Contributing guide for details.
This project is licensed under the MIT License.