Skip to content

Small demo showing how to use in-element feature and highlighting some differences with ember-wormhole

Notifications You must be signed in to change notification settings

faith-or/emberjs-inelement-vs-wormhole-demo

Repository files navigation

emberjs: inelement feature vs ember-wormhole demo

This is a demo of how to use in-element helper and how it compares to ember-wormhole.

Screen Shot 2021-05-16 at 9 43 17 PM

You need to have a version of ember 3.20+ in order to use the in-feature helper.

Quick Table Comparison: Screen Shot 2021-05-17 at 8 28 18 PM

Checkout my article: https://www.linkedin.com/pulse/emberjs-using-in-element-helper-faith-or

In the app access: http://localhost:4200/example-links to access the examples.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd emberjs-inelement-vs-wormhole-demo
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint
  • npm run lint:fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Small demo showing how to use in-element feature and highlighting some differences with ember-wormhole

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published