ember-cli-dashboardable

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberCliDashboardable from 'https://cdn.skypack.dev/ember-cli-dashboardable';
</script>

README

Ember-cli-dashboardable

The idea of this addon is to provide an easy way to add components to a dashboard, from anywhere on your application, via services. DEMO: http://gcampes.github.io/ember-cli-dashboardable/

Keep in mind this is still a WIP.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.