@ema/core

`@ema/core` - Isomorphic modules library - Shareable among all Javascript projects - Config - translation - util etc.

Usage no npm install needed!

<script type="module">
  import emaCore from 'https://cdn.skypack.dev/@ema/core';
</script>

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