6.0.0 • Published 12 months ago

@bsmp/core v6.0.0

Weekly downloads
111
License
-
Repository
-
Last release
12 months ago

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

6.0.0

12 months ago

2.0.0

12 months ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.31

12 months ago

1.0.30

1 year ago

1.0.25

2 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

5 years ago