@bsmp/core
TypeScript icon, indicating that this package has built-in type declarations

1.0.25 • Public • Published

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

Image

Readme

Keywords

none

Package Sidebar

Install

npm i @bsmp/core

Weekly Downloads

38

Version

1.0.25

License

none

Unpacked Size

482 kB

Total Files

154

Last publish

Collaborators

  • bobstoute