7.0.2 • Published 3 years ago
ember-welcome-page v7.0.2
ember-welcome-page
Displays a nice welcome page for newly generated applications with links to resources.
Installation
ember install ember-welcome-pageUpdate 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>
Compatibility
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v14 or above
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.
7.0.2
3 years ago
7.0.0
3 years ago
7.0.1
3 years ago
6.2.0
4 years ago
6.1.0
4 years ago
6.0.0
5 years ago
5.0.0
5 years ago
4.1.0
5 years ago
4.0.0
7 years ago
3.2.0
8 years ago
3.1.1
9 years ago
3.1.0
9 years ago
3.0.0
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
1.0.4
9 years ago
2.0.2
9 years ago
2.0.1
10 years ago
2.0.0
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.7.0
10 years ago
0.6.0
10 years ago
0.5.0
10 years ago