7.0.2 • Published 11 months ago

ember-welcome-page v7.0.2

Weekly downloads
15,283
License
MIT
Repository
github
Last release
11 months ago

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
  • 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.

7.0.2

11 months ago

7.0.0

1 year ago

7.0.1

1 year ago

6.2.0

2 years ago

6.1.0

2 years ago

6.0.0

3 years ago

5.0.0

3 years ago

4.1.0

3 years ago

4.0.0

5 years ago

3.2.0

6 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

1.0.4

7 years ago

2.0.2

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago