@xdam/ember-partials

Xdam Ember Partials https://xdam.github.io/ember-partials/versions/development/

Usage no npm install needed!

<script type="module">
  import xdamEmberPartials from 'https://cdn.skypack.dev/@xdam/ember-partials';
</script>

README

@xdam/ember-partials (xep)

Ember components for XDAM applications.

Installation

Note: This package does not provide prefixed styles (see ember-cli-autoprefixer).

Usage

Usage available in the dummy app available at http://localhost:4200.

Contributing

Installation

  • git clone <repository-url>
  • cd ember-partials
  • yarn install

Linting

Lint every kind:

  • yarn lint

Or individually:

  • yarn lint:js
  • yarn lint:js --fix
  • yarn lint:hbs
  • yarn lint:hbs --fix
  • yarn lint:scss
  • yarn lint:scss --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.