3.0.1 • Published 11 months ago

@xdam/ember-partials v3.0.1

Weekly downloads
22
License
MIT
Repository
github
Last release
11 months ago

@xdam/ember-partials (xep)

Ember components for XDAM applications.

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

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

See the Contributing guide for details.

License

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