@ema/core
v1.0.6
Published
`@ema/core` - Isomorphic modules library - Shareable among all Javascript projects - Config - translation - util etc.
Readme
Generic javascript library
@ema/core
- Isomorphic modules library
- Shareable among all Javascript projects
- Config - translation - util etc.
Distribution: npm / https
Documentation
Using the library
- Run
npm install @ema/core --save - ES6 usage:
import { ConfigService, DomUtil } from '@ema/core' - ES5 usage:
import { ConfigService, DomUtil } from '@ema/core/dist/lib/index'
Dev: getting started
Clone the repo, then run:
npm install
npm startTo watch for file changes during develop, run:
npm run devTo build the components and classes for production, run:
npm run buildTo run the unit tests for the components and classes, run:
npm test