Xdam Ember Partials https://xdam.github.io/ember-partials/versions/development/
npm install @xdam/ember-partials@xdam/ember-partials (xep)
==============================================================================
Ember components for XDAM applications.
- @xdam/ember-partials (xep)
- Installation
- Usage
- Contributing
- Installation
- Linting
- Running tests
- Running the dummy application
Compatibility
------------------------------------------------------------------------------
* Ember.js v4.12 or above
* Ember CLI v4.12 or above
* Node.js v18 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
------------------------------------------------------------------------------
* git clone
* cd ember-partials
* yarn install
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
* 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
* ember serve
* Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.