ember-upf-utils 5.16.5
Install from the command line:
Learn more about npm packages
$ npm install @upfluence/ember-upf-utils@5.16.5
Install via package.json:
"@upfluence/ember-upf-utils": "5.16.5"
About this version
Ember Upfluence Utilities. This repository contains a load of shared code which can be found throughout many Upfluence Software services.
[Short description of the addon.]
- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Node.js v12 or above
-
git clone
this repository npm install
Styles are stored in app/styles
.
Components and Templates are stored in addon/components
. (Pod Structure)
*Let's say you are working on search *
# in upfluence/ember-upf-utils
$> ember build
In upfluence/facade-web/package.json
replace :
"ember-upf-utils": "upfluence/ember-upf-utils",
by :
"ember-upf-utils": "file:../ember-upf-utils"
# In the service using it
$> npm uninstall ember-upf-utils
$> npm install ember-upf-utils
npm run lint:hbs
npm run lint:js
npm run lint:js -- --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. See the Contributing guide for details.
This project is licensed under the MIT License.