0.0.1 • Published 1 year ago

ember-debug-component v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

ember-debug-component

Short description of the addon.

Compatibility

  • Ember.js v4.4 or above
  • Ember CLI v4.4 or above
  • Node.js v14 or above

Installation

ember install ember-debug-component

Configuration

You can specify ember-cli-build.js:

module.exports = function(defaults) {
  var app = new EmberApp(defaults, {
    'ember-debug-component': {
      allow: ['development'], // for other ENVs <Debug>lalala</Debug> will be excluded from build
    }
  });

Usage

<div>
  <Debug> hidden content </Debug>
</div>

Use commands in the browser console to see hidden information.

  • debugDevTools.show()
  • debugDevTools.hide()

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

0.0.1

1 year ago

0.0.0

1 year ago