cepjs-core

1.0.14 • Public • Published

cepjs

CEP.js core package.

Install

npm:

npm install --save cepjs-core

browser:

<script src="path_to_cepjs-core/dist/cepjsCore.min.js"></script>

Build

This package, available through npm, already includes distribution files under the dist folder. Alternatively, one can execute the command npm run build within the root folder to build the code and generate the distribution files.

ES5 Note

This is a package that heavily uses ES2015(ES6) syntax. However, there is an additional script that allows to generate distribution files targeting ES5. The command to run the script is npm run build:es5. After executing the script, the files will be available in the dist.es5 folder.

Readme

Keywords

none

Package Sidebar

Install

npm i cepjs-core

Weekly Downloads

0

Version

1.0.14

License

MIT

Unpacked Size

408 kB

Total Files

47

Last publish

Collaborators

  • carloszimm