Options
All
  • Public
  • Public/Protected
  • All
Menu

@ema/core

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 start

To watch for file changes during develop, run:

npm run dev

To build the components and classes for production, run:

npm run build

To run the unit tests for the components and classes, run:

npm test

Image