Skip to content

Latest commit

 

History

History

cepjs-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.