@bsmp/core
v6.0.0
Published
`@bsmp/core`
Downloads
52
Readme
Generic javascript library
@bsmp/core
- Isomorphic modules library
- Shareable among all Javascript projects
- Config - translation - util etc.
Distribution: npm / https
Documentation
Using the library
- Run
npm install @bsmp/core --save
- ES6 usage:
import { ConfigService, DomUtil } from '@bsmp/core'
- ES5 usage:
import { ConfigService, DomUtil } from '@bsmp/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