ember-welcome-page
TypeScript icon, indicating that this package has built-in type declarations

7.0.2 • Public • Published

This project uses GitHub Actions for continuous integration.

ember-welcome-page

Displays a nice welcome page for newly generated applications with links to resources.

Installation

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>

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.

Dependents (1)

Package Sidebar

Install

npm i ember-welcome-page

Weekly Downloads

14,681

Version

7.0.2

License

MIT

Unpacked Size

108 kB

Total Files

17

Last publish

Collaborators

  • locks
  • rwjblue
  • katiegengler
  • stefanpenner
  • acorncom